]> err.no Git - varnish/commitdiff
Make -b and -c less nonsensical when not specified
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 12:30:23 +0000 (12:30 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 12:30:23 +0000 (12:30 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@425 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnishapi/shmlog.c

index 28531ee7d7b6e23891ca6610b4c2b31512c56f9f..12657f7dd48fae0ecdd2a737038d320bd30ec8cd 100644 (file)
@@ -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);