From 6e7acc51d7abedfc9d406ea79e0e2bbf8db24766 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 30 Aug 2023 14:10:56 +0200 Subject: [PATCH] In the singkle thread case, TCP is still handled by a separate thread --- pdns/recursordist/rec-main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 5a060f57e9..2b0a6eb4a7 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -251,7 +251,6 @@ int RecThreadInfo::runThreads(Logr::log_t log) currentThreadId = 1; auto& info = RecThreadInfo::info(currentThreadId); info.setListener(); - info.setTCPListener(); info.setWorker(); RecThreadInfo::setThreadId(currentThreadId); recursorThread(); -- 2.47.2