r425 - trunk/varnish-cache/lib/libvarnishapi

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 11 14:30:23 CEST 2006


Author: phk
Date: 2006-07-11 14:30:23 +0200 (Tue, 11 Jul 2006)
New Revision: 425

Modified:
   trunk/varnish-cache/lib/libvarnishapi/shmlog.c
Log:
Make -b and -c less nonsensical when not specified


Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-07-11 12:00:22 UTC (rev 424)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-07-11 12:30:23 UTC (rev 425)
@@ -108,8 +108,6 @@
 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);




More information about the varnish-commit mailing list