BIND 10 trac2522, updated. a154032687e8ba7c5c5cff880f34cd37166688c9 [2522] minor style fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 15 00:06:24 UTC 2013
The branch, trac2522 has been updated
via a154032687e8ba7c5c5cff880f34cd37166688c9 (commit)
from 6620f7a7d1c0d952ad6da4b1441608cf56c2702b (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 a154032687e8ba7c5c5cff880f34cd37166688c9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 14 17:06:17 2013 -0700
[2522] minor style fixes
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/any_255/tsig_250.cc | 4 ++--
src/lib/dns/rdata/generic/minfo_14.cc | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/any_255/tsig_250.cc b/src/lib/dns/rdata/any_255/tsig_250.cc
index 66d6123..5dead49 100644
--- a/src/lib/dns/rdata/any_255/tsig_250.cc
+++ b/src/lib/dns/rdata/any_255/tsig_250.cc
@@ -153,8 +153,8 @@ TSIG::constructFromLexer(MasterLexer& lexer) {
}
// also verify Error == BADTIME?
- return new TSIGImpl(algorithm, time_signed, fudge, mac, orig_id,
- error, other_data);
+ return (new TSIGImpl(algorithm, time_signed, fudge, mac, orig_id,
+ error, other_data));
}
/// \brief Constructor from string.
diff --git a/src/lib/dns/rdata/generic/minfo_14.cc b/src/lib/dns/rdata/generic/minfo_14.cc
index 8568445..47d0a66 100644
--- a/src/lib/dns/rdata/generic/minfo_14.cc
+++ b/src/lib/dns/rdata/generic/minfo_14.cc
@@ -32,7 +32,8 @@ using isc::dns::rdata::generic::detail::createNameFromLexer;
// BEGIN_RDATA_NAMESPACE
// helper function for string and lexer constructors
-void MINFO::constructFromLexer(MasterLexer& lexer, const Name* origin) {
+void
+MINFO::constructFromLexer(MasterLexer& lexer, const Name* origin) {
rmailbox_ = createNameFromLexer(lexer, origin);
emailbox_ = createNameFromLexer(lexer, origin);
}
More information about the bind10-changes
mailing list