From 6f757b28f3cd665673956a1fe4973856c1996aaa Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Mon, 19 Dec 2016 11:37:05 +0000 Subject: [PATCH] - Fix #1191: remove comment about view deletion. git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ services/view.h | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index a3bb67fb7..01e3adaaf 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +19 December 2016: Ralph + - Fix #1191: remove comment about view deletion. + 15 December 2016: Wouter - iana portlist update - 64bit is default for windows builds. diff --git a/services/view.h b/services/view.h index f64b2461e..1116aafe9 100644 --- a/services/view.h +++ b/services/view.h @@ -75,9 +75,8 @@ struct view { * specific tree. 1 for yes, 0 for no */ int isfirst; /** lock on the data in the structure - * For the node and name you - * need to also hold the views_tree lock to change them (or to - * delete this view) */ + * For the node and name you need to also hold the views_tree lock to + * change them. */ lock_rw_t lock; };