From: bert hubert Date: Mon, 17 Jun 2019 12:57:58 +0000 (+0200) Subject: Improve error when notification comes in for non-slave zone X-Git-Tag: dnsdist-1.4.0-rc1~102^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3729e7f856fc75bf5abd1e6570dd2d78895bae7e;p=thirdparty%2Fpdns.git Improve error when notification comes in for non-slave zone --- diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 190488faf5..6808cf8880 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -91,8 +91,12 @@ void CommunicatorClass::ixfrSuck(const DNSName &domain, const TSIGTriplet& tt, c try { DNSSECKeeper dk (&B); // reuse our UeberBackend copy for DNSSECKeeper - if(!B.getDomainInfo(domain, di) || !di.backend || di.kind != DomainInfo::Slave) { // di.backend and B are mostly identical - g_log<