From: Ralph Dolmans Date: Mon, 19 Dec 2016 11:37:05 +0000 (+0000) Subject: - Fix #1191: remove comment about view deletion. X-Git-Tag: release-1.6.1rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f757b28f3cd665673956a1fe4973856c1996aaa;p=thirdparty%2Funbound.git - Fix #1191: remove comment about view deletion. git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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; };