From f99296a25dcaebe9467e6e31ebeb091868f9ea0c Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 8 Aug 2013 13:41:30 +0200 Subject: [PATCH] Remove duplicate argument --- pdns/common_startup.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 66cece57a2..104719d70a 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -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")=""; -- 2.47.2