Commit 3970a4fa authored by Michael Meyling's avatar Michael Meyling

[trackrdrd] bug fix: now thread_restarts are read correctly from config file

parent 6de8be9f
......@@ -127,7 +127,7 @@ CONF_Add(const char *lval, const char *rval)
confUnsigned("hash.mlt", hash_mlt);
confUnsigned("nworkers", nworkers);
confUnsigned("restarts", restarts);
confUnsigned("thread.restarts", restarts);
confUnsigned("thread.restarts", thread_restarts);
confUnsigned("monitor.interval", monitor_interval);
if (strcmp(lval, "maxdone") == 0) {
......
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