]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove duplicate argument 942/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 8 Aug 2013 11:41:30 +0000 (13:41 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 8 Aug 2013 11:41:30 +0000 (13:41 +0200)
pdns/common_startup.cc

index 66cece57a262eb7e18124d89e9ee230d602b5981..104719d70a0ad55e009382bb74fba6febbd7e477 100644 (file)
@@ -79,7 +79,6 @@ void declareArguments()
   ::arg().set("pipebackend-abi-version","Version of the pipe backend ABI")="1";
   ::arg().set("udp-truncation-threshold", "Maximum UDP response size before we truncate")="1680";
   ::arg().set("disable-tcp","Do not listen to TCP queries")="no";
-  ::arg().set("disable-axfr","Do not allow zone transfers")="no";
   
   ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")="";