BIND 10 trac1602, updated. f6bd9f9c413e93070c2eddc6d84d6e77dd789454 [1602] style fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 28 23:08:11 UTC 2012
The branch, trac1602 has been updated
via f6bd9f9c413e93070c2eddc6d84d6e77dd789454 (commit)
from ed3ab3da850807c3df2a6fc991702086bc65c008 (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 f6bd9f9c413e93070c2eddc6d84d6e77dd789454
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Feb 29 00:07:58 2012 +0100
[1602] style fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/labelsequence.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.cc b/src/lib/dns/labelsequence.cc
index ed6ffc6..c23a3a1 100644
--- a/src/lib/dns/labelsequence.cc
+++ b/src/lib/dns/labelsequence.cc
@@ -77,7 +77,7 @@ LabelSequence::split(int i) {
bool
LabelSequence::isAbsolute() const {
- return last_label_ == offsets_.size();
+ return (last_label_ == offsets_.size());
}
} // end namespace dns
More information about the bind10-changes
mailing list