]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
and store sec status
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Mar 2010 09:27:53 +0000 (09:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Mar 2010 09:27:53 +0000 (09:27 +0000)
git-svn-id: file:///svn/unbound/trunk@2046 be551aaa-1e26-0410-a405-d3ace91eadb9

validator/val_nsec3.c

index 004c8f7a2640ed505082e0517a9d38ad4fc59f8a..c0108e8a4d697a621cc9ed351407e0b15436f37c 100644 (file)
@@ -1269,6 +1269,7 @@ list_is_secure(struct module_env* env, struct val_env* ve,
                        verbose(VERB_ALGO, "NSEC3 did not verify");
                        return 0;
                }
+               rrset_update_sec_status(env->rrset_cache, list[i], *env->now);
        }
        return 1;
 }