From: Peter van Dijk Date: Tue, 10 Sep 2024 08:13:25 +0000 (+0200) Subject: auth communicator: fix retrieval thread name X-Git-Tag: rec-5.2.0-alpha1~89^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc906cf85b84648241f0a6a1a54f266cb970c31;p=thirdparty%2Fpdns.git auth communicator: fix retrieval thread name --- diff --git a/pdns/communicator.cc b/pdns/communicator.cc index 1de71defdb..a18012ff30 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -42,7 +42,7 @@ // there can be MANY OF THESE void CommunicatorClass::retrievalLoopThread() { - setThreadName("pdns/comm-retre"); + setThreadName("pdns/comm-retri"); for (;;) { d_suck_sem.wait(); SuckRequest sr;