Commit 43054c9e authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: Fixed child/worker shutdown condition

parent 1a6a3aa3
......@@ -685,7 +685,7 @@ OSL_Track(void *priv, enum VSL_tag_e tag, unsigned fd, unsigned len,
(void) bitmap;
if (term && htbl.open == 0)
return 0;
return 1;
if (wrk_running < config.nworkers) {
wrk_running = WRK_Running();
......
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