From: Wouter Wijngaards Date: Tue, 12 Jan 2010 15:49:30 +0000 (+0000) Subject: fix unbound-checkconf for auto-trust-anchor-file X-Git-Tag: release-1.4.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36785a154bdf5d1cb36853d4e33e202447414e43;p=thirdparty%2Funbound.git fix unbound-checkconf for auto-trust-anchor-file git-svn-id: file:///svn/unbound/trunk@1955 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 2979bd302..c330baa5e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +12 January 2010: Wouter + - Fix unbound-checkconf for auto-trust-anchor-file present checks. + 8 January 2010: Wouter - Fix for parent-child disagreement code which could have trouble when (a) ipv6 was disabled and (b) the TTL for parent and child diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 4da769cec..a2d35ef23 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -498,6 +498,8 @@ morechecks(struct config_file* cfg, const char* fname) cfg->root_hints, cfg->chrootdir, cfg); check_chroot_filelist("trust-anchor-file", cfg->trust_anchor_file_list, cfg->chrootdir, cfg); + check_chroot_filelist("auto-trust-anchor-file", + cfg->auto_trust_anchor_file_list, cfg->chrootdir, cfg); check_chroot_filelist_wild("trusted-keys-file", cfg->trusted_keys_file_list, cfg->chrootdir, cfg); check_chroot_string("dlv-anchor-file", &cfg->dlv_anchor_file,