]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
unbound-control get_option domain-insecure works.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Apr 2010 09:16:23 +0000 (09:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Apr 2010 09:16:23 +0000 (09:16 +0000)
git-svn-id: file:///svn/unbound/trunk@2098 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
util/config_file.c

index 2ab1ae68ec031eaa9b3bf8f87a7b26e026e18240..c3d1c955a9cd251a94ad117dd916afffa105f18d 100644 (file)
@@ -1,3 +1,6 @@
+27 April 2010: Wouter
+       - unbound-control get_option domain-insecure shows config file items.
+
 26 April 2010: Wouter
        - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
          CPPFLAGS during configure process.
index aca82e1461120cf452952bb18eaa41b85fa3bceb..ec0866c2500016c4709dc5b65393468719e49d1c 100644 (file)
@@ -609,6 +609,7 @@ config_get_option(struct config_file* cfg, const char* opt,
        else O_LST(opt, "trusted-keys-file", trusted_keys_file_list)
        else O_LST(opt, "dlv-anchor", dlv_anchor_list)
        else O_LST(opt, "control-interface", control_ifs)
+       else O_LST(opt, "domain-insecure", domain_insecure)
        else O_UNS(opt, "val-override-date", val_date_override)
        /* not here:
         * outgoing-permit, outgoing-avoid - have list of ports