From ebcde9cbc9e1239157963e581327cdacde3a862f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 23 Sep 2020 10:31:36 +0200 Subject: [PATCH] rec: Fix a typo in a comment Co-authored-by: Otto Moerbeek --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 4553101703..ddcdc9db76 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1915,7 +1915,7 @@ static void startDoResolve(void *p) t_fdm->setReadTTD(dc->d_socket, ttd, g_tcpTimeout); } catch (const FDMultiplexerException &) { - // but the FD was removed because of a timeout while we were sending a response, + // but if the FD was removed because of a timeout while we were sending a response, // we need to re-arm it. If it was an error it will error again. ttd.tv_sec += g_tcpTimeout; t_fdm->addReadFD(dc->d_socket, handleRunningTCPQuestion, dc->d_tcpConnection, &ttd); -- 2.47.2