From 42599b7044e151b546e048113a5dee519fc52385 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 17 Mar 2010 09:27:53 +0000 Subject: [PATCH] and store sec status git-svn-id: file:///svn/unbound/trunk@2046 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/val_nsec3.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.2