From: Wouter Wijngaards Date: Thu, 28 Jul 2016 07:13:48 +0000 (+0000) Subject: - Fix #806: wrong comment removed. X-Git-Tag: release-1.5.10~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df4b4e6902e53ea501a7f54811f4747d01d85c53;p=thirdparty%2Funbound.git - Fix #806: wrong comment removed. git-svn-id: file:///svn/unbound/trunk@3826 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/daemon.c b/daemon/daemon.c index 0494ddfbe..b339e7db2 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -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); diff --git a/doc/Changelog b/doc/Changelog index 82d0ef40d..85398c727 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 July 2016: Wouter + - Fix #806: wrong comment removed. + 26 July 2016: Wouter - nicer ratelimit-below-domain explanation.