]> granicus.if.org Git - pdns/commitdiff
drop no-op flag strict-rfc-axfrs, thanks Jelte
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 13 Jun 2013 13:26:43 +0000 (15:26 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 13 Jun 2013 13:26:43 +0000 (15:26 +0200)
pdns/common_startup.cc

index cf627e87c7a0b092d90b769dfa302bb34f15cb0c..32d766d235bb5452813ed2b35747a3b43fc66324 100644 (file)
@@ -95,7 +95,6 @@ void declareArguments()
   ::arg().setSwitch("slave","Act as a slave")="no";
   ::arg().setSwitch("master","Act as a master")="no";
   ::arg().setSwitch("guardian","Run within a guardian process")="no";
-  ::arg().setSwitch("strict-rfc-axfrs","Perform strictly rfc compliant axfrs (very slow)")="no";
   ::arg().setSwitch("send-root-referral","Send out old-fashioned root-referral instead of ServFail in case of no authority")="no";
   ::arg().setSwitch("prevent-self-notification","Don't send notifications to what we think is ourself")="yes";
   ::arg().setSwitch("webserver","Start a webserver for monitoring")="no";