Revert "name the ban lurker thread"

Sorry, this was a stupid oversight. The worker thread gets already named
by wrk_bgthread

This reverts commit a19e2262.
parent a19e2262
......@@ -420,8 +420,6 @@ ban_lurker(struct worker *wrk, void *priv)
CHECK_OBJ_NOTNULL(wrk, WORKER_MAGIC);
AZ(priv);
THR_SetName("ban_lurker");
VSL_Setup(&vsl, NULL, 0);
while (!ban_shutdown) {
......
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