From c53af7ee1bd9b239243ccdfcda898428a183f9bb Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 30 Nov 2018 15:25:57 +0100 Subject: [PATCH] auth: we don't know the serial at this point and it is to early to get it here --- pdns/slavecommunicator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 138441a9c..ef52ff14d 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -756,7 +756,6 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) requeue.insert(di); } else { - g_log<