From: Kees Monshouwer Date: Fri, 30 Nov 2018 14:25:57 +0000 (+0100) Subject: auth: we don't know the serial at this point and it is to early to get it here X-Git-Tag: auth-4.2.0-alpha1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7245%2Fhead;p=thirdparty%2Fpdns.git auth: we don't know the serial at this point and it is to early to get it here --- diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 138441a9cb..ef52ff14d6 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -756,7 +756,6 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) requeue.insert(di); } else { - g_log<