]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #1191: remove comment about view deletion.
authorRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 19 Dec 2016 11:37:05 +0000 (11:37 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 19 Dec 2016 11:37:05 +0000 (11:37 +0000)
git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/view.h

index a3bb67fb73b8494a048424079b28513289f16f8e..01e3adaafa11c16971196840b6b99d55fac2551a 100644 (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.
index f64b2461e3058907f4d282d3c8bf11bb233acbb3..1116aafe9c67b369cdbd4f58fd7eaa80b39f430e 100644 (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;
 };