From: Kees Monshouwer Date: Fri, 30 Nov 2018 07:13:21 +0000 (+0100) Subject: Revert "On incoming NOTIFY load our serial from backend to have it available during... X-Git-Tag: auth-4.2.0-alpha1~11^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce7dc7e9533159e54ef8bad66b74ba6f983cbf1e;p=pdns Revert "On incoming NOTIFY load our serial from backend to have it available during slave-check." This reverts commit 74259e83d76577a315e512c6e7ff7098c7e24d8d. --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 5abce01b0..fff6f7305 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;