]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix unbound-checkconf for auto-trust-anchor-file
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jan 2010 15:49:30 +0000 (15:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jan 2010 15:49:30 +0000 (15:49 +0000)
git-svn-id: file:///svn/unbound/trunk@1955 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-checkconf.c

index 2979bd302fe98f5bb376a72e9a682e0ed06f8a84..c330baa5e8a2a1a2fb7584e3a38b785c9c0639ce 100644 (file)
@@ -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
index 4da769cecce52bf29456272ff5eabe14be7116b9..a2d35ef233bfa7938e15680f92b556d34e387595 100644 (file)
@@ -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,