From 52894339dfda2ad8ff1278495c59d027f3f4b0a7 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 27 Apr 2010 09:16:23 +0000 Subject: [PATCH] unbound-control get_option domain-insecure works. git-svn-id: file:///svn/unbound/trunk@2098 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ util/config_file.c | 1 + 2 files changed, 4 insertions(+) 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 -- 2.47.2