- Fix #1191: remove comment about view deletion.

git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Ralph Dolmans 2016-12-19 11:37:05 +00:00
parent db2cf53e7b
commit 6f757b28f3
2 changed files with 5 additions and 3 deletions

View file

@ -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.

View file

@ -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;
};