From: Peter van Dijk Date: Tue, 6 Apr 2021 10:09:25 +0000 (+0200) Subject: Merge pull request #10196 from RobinGeuze/axfrPriorities X-Git-Tag: dnsdist-1.6.0-rc1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abe13667fd979408569ffea3c3348f451f394edc;p=thirdparty%2Fpdns.git Merge pull request #10196 from RobinGeuze/axfrPriorities auth: implement AXFR priority level queue code --- abe13667fd979408569ffea3c3348f451f394edc diff --cc pdns/packethandler.cc index 3bb3d6b4f5,939a28b133..925536f61f --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@@ -1058,8 -1028,9 +1058,9 @@@ int PacketHandler::processNotify(const } } - if(::arg().mustDo("slave")) { + if(::arg().mustDo("secondary")) { g_log<