From: phk Date: Tue, 11 Jul 2006 12:30:23 +0000 (+0000) Subject: Make -b and -c less nonsensical when not specified X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774c2562c991303e5314cca623abddee9849e4a8;p=varnish 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 --- 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);