]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove references to the "ddns-autoconf" option, which no longer exists
authorEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 16:10:03 +0000 (16:10 +0000)
committerEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 16:10:03 +0000 (16:10 +0000)
lib/bind9/check.c
lib/isccfg/namedconf.c

index 423e1f8db60f70cd7d4994184b33d22552dac2e5..cb28c9f8507b2c07ff32cf4751844b05c7b7ed7a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: check.c,v 1.107 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: check.c,v 1.108 2009/09/02 16:10:03 each Exp $ */
 
 /*! \file */
 
@@ -1083,7 +1083,6 @@ check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions,
        { "notify", MASTERZONE | SLAVEZONE },
        { "also-notify", MASTERZONE | SLAVEZONE },
        { "dialup", MASTERZONE | SLAVEZONE | STUBZONE },
-       { "ddns-autoconf", MASTERZONE },
        { "delegation-only", HINTZONE | STUBZONE | DELEGATIONZONE },
        { "forward", MASTERZONE | SLAVEZONE | STUBZONE | FORWARDZONE },
        { "forwarders", MASTERZONE | SLAVEZONE | STUBZONE | FORWARDZONE },
index aef85edddd594860b747f641d224a60728752450..c2f899833b11901a00e14d729326b2357c7dcfe3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.c,v 1.104 2009/09/01 07:14:26 each Exp $ */
+/* $Id: namedconf.c,v 1.105 2009/09/02 16:10:03 each Exp $ */
 
 /*! \file */
 
@@ -1163,7 +1163,6 @@ zone_only_clauses[] = {
        { "masters", &cfg_type_namesockaddrkeylist, 0 },
        { "pubkey", &cfg_type_pubkey,
          CFG_CLAUSEFLAG_MULTI | CFG_CLAUSEFLAG_OBSOLETE },
-       { "ddns-autoconf", &cfg_type_boolean, 0 },
        { "update-policy", &cfg_type_updatepolicy, 0 },
        { "database", &cfg_type_astring, 0 },
        { "delegation-only", &cfg_type_boolean, 0 },