BIND 10 trac2091b, updated. 01d1c2a889b50b24141541a10c8cf7d20c7db7dd [2091b] removed the assert from getLabels(), which will soon be moot anyway.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Jul 28 23:45:07 UTC 2012
The branch, trac2091b has been updated
via 01d1c2a889b50b24141541a10c8cf7d20c7db7dd (commit)
from fd4efa02baeae2f5ce719a8dd2db1a6da1f512b4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 01d1c2a889b50b24141541a10c8cf7d20c7db7dd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Jul 28 10:23:23 2012 -0700
[2091b] removed the assert from getLabels(), which will soon be moot anyway.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/rbtree.h | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index 0d8f4ca..cf61e0e 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/src/lib/datasrc/rbtree.h
@@ -223,7 +223,6 @@ public:
/// the tree can invalidate the returned \c LabelSequence object or copy
/// of it; in general, it's expected to be used in a very limited scope.
dns::LabelSequence getLabels() const {
- assert(labels_capacity_ != 0); // shouldn't be called on a NULL node.
return (dns::LabelSequence(getLabelsData()));
}
More information about the bind10-changes
mailing list