Commit 0034032b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix VSL no longer working

parent c4629a0f
......@@ -201,7 +201,7 @@ varnishlog_thread(void *priv)
(void)VSL_Arg(vsl, 'n', v->workdir);
while (v->pid) {
if (VSL_Dispatch(vsl, h_addlog, v) <= 0)
break;
usleep(100000);
}
VSM_Delete(vsl);
return (NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment