]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #806: wrong comment removed.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 28 Jul 2016 07:13:48 +0000 (07:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 28 Jul 2016 07:13:48 +0000 (07:13 +0000)
git-svn-id: file:///svn/unbound/trunk@3826 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/daemon.c
doc/Changelog

index 0494ddfbe739c22143f838e2f35b0bc22c165c77..b339e7db23940a4b687d2b0af1c95750978851b9 100644 (file)
@@ -588,8 +588,7 @@ daemon_cleanup(struct daemon* daemon)
        log_thread_set(NULL);
        /* clean up caches because
         * a) RRset IDs will be recycled after a reload, causing collisions
-        * b) validation config can change, thus rrset, msg, keycache clear 
-        * The infra cache is kept, the timing and edns info is still valid */
+        * b) validation config can change, thus rrset, msg, keycache clear */
        slabhash_clear(&daemon->env->rrset_cache->table);
        slabhash_clear(daemon->env->msg_cache);
        local_zones_delete(daemon->local_zones);
index 82d0ef40d2e89fdfd2d0d5c756ba8cb2c92f4017..85398c727253d15832e8e65fd9bb3d72da371132 100644 (file)
@@ -1,3 +1,6 @@
+28 July 2016: Wouter
+       - Fix #806: wrong comment removed.
+
 26 July 2016: Wouter
        - nicer ratelimit-below-domain explanation.