Skip to content

Commit

Permalink
auth communicator: fix retrieval thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Sep 10, 2024
1 parent 9f21219 commit fdc906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/communicator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fdc906c

Please sign in to comment.