From: Wouter Wijngaards Date: Tue, 27 Apr 2010 09:16:23 +0000 (+0000) Subject: unbound-control get_option domain-insecure works. X-Git-Tag: release-1.4.5rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52894339dfda2ad8ff1278495c59d027f3f4b0a7;p=thirdparty%2Funbound.git unbound-control get_option domain-insecure works. git-svn-id: file:///svn/unbound/trunk@2098 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 2ab1ae68e..c3d1c955a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/util/config_file.c b/util/config_file.c index aca82e146..ec0866c25 100644 --- a/util/config_file.c +++ b/util/config_file.c @@ -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