r4931 - trunk/varnish-cache/bin/varnishtest

phk at varnish-cache.org phk at varnish-cache.org
Tue Jun 8 11:55:14 CEST 2010


Author: phk
Date: 2010-06-08 11:55:14 +0200 (Tue, 08 Jun 2010)
New Revision: 4931

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
Explicitly open the VSM



Modified: trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2010-06-08 09:49:36 UTC (rev 4930)
+++ trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2010-06-08 09:55:14 UTC (rev 4931)
@@ -365,6 +365,7 @@
 	if (v->stats != NULL)
 		VSL_Close(v->vd);
 	(void)VSL_Log_Arg(v->vd, 'n', v->workdir);
+	AZ(VSL_Open(v->vd, 1));
 	v->stats = VSL_OpenStats(v->vd);
 }
 




More information about the varnish-commit mailing list