[master] d3baf27 Try to find out why !FreeBSD hates VSM_Start()
Poul-Henning Kamp
phk at FreeBSD.org
Thu Jun 29 08:59:05 CEST 2017
commit d3baf2760c43b58b20100339d548f13997b11f5f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Thu Jun 29 06:58:17 2017 +0000
Try to find out why !FreeBSD hates VSM_Start()
diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 37aebdf..8fc5058 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -214,7 +214,7 @@ varnishlog_thread(void *priv)
AN(vsm);
(void)VSM_n_Arg(vsm, v->workdir);
- if (VSM_Start(vsm, vtc_maxdur, -1))
+ if (VSM_Start(vsm, vtc_maxdur, 2))
vtc_fatal(v->vl, "vsm|%s", VSM_Error(vsm));
c = NULL;
More information about the varnish-commit
mailing list