From: Peter van Dijk Date: Thu, 13 Jun 2013 13:26:43 +0000 (+0200) Subject: drop no-op flag strict-rfc-axfrs, thanks Jelte X-Git-Tag: rec-3.6.0-rc1~660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21715c67c5eb7004740ea8a94b776d4f33f78fc8;p=pdns drop no-op flag strict-rfc-axfrs, thanks Jelte --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index cf627e87c..32d766d23 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -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";