From 4bd5eb80f3944725821401b59d76592b6aced4a3 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 9 Jul 2019 20:36:48 +0200 Subject: [PATCH] auth: send notifies only to the nameservers in the zone --- pdns/mastercommunicator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/mastercommunicator.cc b/pdns/mastercommunicator.cc index 3291c906d..1eef51563 100644 --- a/pdns/mastercommunicator.cc +++ b/pdns/mastercommunicator.cc @@ -52,7 +52,7 @@ void CommunicatorClass::queueNotifyDomain(const DomainInfo& di, UeberBackend* B) try { if (d_onlyNotify.size()) { - B->lookup(QType(QType::NS), di.zone, -1); + B->lookup(QType(QType::NS), di.zone, di.id); while(B->get(rr)) nsset.insert(getRR(rr.dr)->getNS().toString()); -- 2.40.0