From: Peter van Dijk Date: Tue, 10 Sep 2024 08:13:25 +0000 (+0200) Subject: auth communicator: fix retrieval thread name X-Git-Tag: auth-4.9.2~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03a7459c84277833e8f8ce31e429fb0ab8823ad;p=thirdparty%2Fpdns.git auth communicator: fix retrieval thread name (cherry picked from commit fdc906cf85b84648241f0a6a1a54f266cb970c31) --- 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;