From: Miod Vallat Date: Fri, 12 Dec 2025 09:44:55 +0000 (+0100) Subject: Remove non-applicable comment. X-Git-Tag: rec-5.4.0-beta1~71^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b210ea1d3772d05b54629cb2804bb2a32d619c9a;p=thirdparty%2Fpdns.git Remove non-applicable comment. Signed-off-by: Miod Vallat --- diff --git a/pdns/auth-secondarycommunicator.cc b/pdns/auth-secondarycommunicator.cc index eb17c85508..3660335e0e 100644 --- a/pdns/auth-secondarycommunicator.cc +++ b/pdns/auth-secondarycommunicator.cc @@ -1171,7 +1171,7 @@ void CommunicatorClass::secondaryRefresh(PacketHandler* P) // NOLINT(readability TSIGRecordContent trc; DNSName tsigkeyname; dp.getTSIGDetails(&trc, &tsigkeyname); - P->tryAutoPrimarySynchronous(dp, tsigkeyname); // FIXME could use some error logging + P->tryAutoPrimarySynchronous(dp, tsigkeyname); } if (rdomains.empty()) { // if we have priority domains, check them first B->getUnfreshSecondaryInfos(&rdomains);