]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
document last change
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Sep 2009 09:29:54 +0000 (09:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Sep 2009 09:29:54 +0000 (09:29 +0000)
git-svn-id: file:///svn/unbound/trunk@1805 be551aaa-1e26-0410-a405-d3ace91eadb9

validator/autotrust.h

index 211c58c6c5d51914679b32615c828c4ed2660498..d5cbe26227a627277b429d1b0f1086dc7707e0b6 100644 (file)
@@ -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;