From ce7dc7e9533159e54ef8bad66b74ba6f983cbf1e Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 30 Nov 2018 08:13:21 +0100 Subject: [PATCH] Revert "On incoming NOTIFY load our serial from backend to have it available during slave-check." This reverts commit 74259e83d76577a315e512c6e7ff7098c7e24d8d. --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 5abce01b02..fff6f73054 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -884,7 +884,7 @@ int PacketHandler::processNotify(DNSPacket *p) // Domain verification // DomainInfo di; - if(!B.getDomainInfo(p->qdomain, di, true) || !di.backend) { + if(!B.getDomainInfo(p->qdomain, di, false) || !di.backend) { if(::arg().mustDo("supermaster")) { g_log<qdomain<<" from "<getRemote()<<" for which we are not authoritative, trying supermaster"<getTSIGKeyname()); @@ -918,7 +918,7 @@ int PacketHandler::processNotify(DNSPacket *p) } if(::arg().mustDo("slave")) { - g_log<qdomain<<", our serial is "<qdomain<d_remote); } return 0; -- 2.47.2