From e5cab7b2643b56ff248833ebdd0ba0bfdd898b02 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 3 Sep 2009 09:29:54 +0000 Subject: [PATCH] document last change git-svn-id: file:///svn/unbound/trunk@1805 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/autotrust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/autotrust.h b/validator/autotrust.h index 211c58c6c..d5cbe2622 100644 --- a/validator/autotrust.h +++ b/validator/autotrust.h @@ -67,7 +67,7 @@ struct autr_ta { struct autr_ta* next; /** the RR */ ldns_rr* rr; - /** last update of key */ + /** last update of key state (not the pending count) */ time_t last_change; /** 5011 state */ autr_state_t s; -- 2.47.3