BIND 10 trac2086, updated. 8eaa01c8bc19861c1ad146f3099e6636cb3d48d4 [2086] Cleanups
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 9 07:57:34 UTC 2012
The branch, trac2086 has been updated
discards c05a571aabb21d44e0d35632327ad96fb52582c3 (commit)
via 8eaa01c8bc19861c1ad146f3099e6636cb3d48d4 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (c05a571aabb21d44e0d35632327ad96fb52582c3)
\
N -- N -- N (8eaa01c8bc19861c1ad146f3099e6636cb3d48d4)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 8eaa01c8bc19861c1ad146f3099e6636cb3d48d4
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jul 9 09:51:08 2012 +0200
[2086] Cleanups
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/labelsequence.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h
index f2b3c11..c2149f0 100644
--- a/src/lib/dns/labelsequence.h
+++ b/src/lib/dns/labelsequence.h
@@ -53,7 +53,7 @@ public:
/// to the labels in the Name object).
///
/// \param name The Name to construct a LabelSequence for
- explicit LabelSequence(const Name& name): /*name_(name),*/
+ explicit LabelSequence(const Name& name):
data_(&name.ndata_[0]),
offsets_(&name.offsets_[0]),
offsets_size_(name.offsets_.size()),
More information about the bind10-changes
mailing list