From: Wouter Wijngaards Date: Wed, 17 Mar 2010 09:27:53 +0000 (+0000) Subject: and store sec status X-Git-Tag: release-1.4.4rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42599b7044e151b546e048113a5dee519fc52385;p=thirdparty%2Funbound.git and store sec status git-svn-id: file:///svn/unbound/trunk@2046 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/validator/val_nsec3.c b/validator/val_nsec3.c index 004c8f7a2..c0108e8a4 100644 --- a/validator/val_nsec3.c +++ b/validator/val_nsec3.c @@ -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; }