]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use cfg_type_sstring rather than cfg_type_qstring for sit-secret
authorMark Andrews <marka@isc.org>
Wed, 26 Feb 2014 14:11:13 +0000 (01:11 +1100)
committerMark Andrews <marka@isc.org>
Wed, 26 Feb 2014 14:11:13 +0000 (01:11 +1100)
lib/isccfg/namedconf.c

index fa42da6f5aba53fae0ceef2cccdd74477f1e8b86..911612f13b0bde55fcf7d3c573180e6121b82629 100644 (file)
@@ -988,9 +988,9 @@ options_clauses[] = {
        { "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
        { "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
 #ifdef ISC_PLATFORM_USESIT
-       { "sit-secret", &cfg_type_qstring, 0 },
+       { "sit-secret", &cfg_type_sstring, 0 },
 #else
-       { "sit-secret", &cfg_type_qstring, CFG_CLAUSEFLAG_NOTCONFIGURED },
+       { "sit-secret", &cfg_type_sstring, CFG_CLAUSEFLAG_NOTCONFIGURED },
 #endif
        { "managed-keys-directory", &cfg_type_qstring, 0 },
        { "match-mapped-addresses", &cfg_type_boolean, 0 },