From 774c2562c991303e5314cca623abddee9849e4a8 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 11 Jul 2006 12:30:23 +0000 Subject: [PATCH] Make -b and -c less nonsensical when not specified git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@425 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnishapi/shmlog.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/lib/libvarnishapi/shmlog.c b/varnish-cache/lib/libvarnishapi/shmlog.c index 28531ee7..12657f7d 100644 --- a/varnish-cache/lib/libvarnishapi/shmlog.c +++ b/varnish-cache/lib/libvarnishapi/shmlog.c @@ -108,8 +108,6 @@ int VSL_OpenLog(struct VSL_data *vd) { - if (!vd->b_opt && !vd->c_opt) - vd->b_opt = vd->c_opt = 1; if (vd->fi != NULL) return (0); -- 2.39.5