BIND 10 trac1307, updated. 3872fd58983155a69817da3744db56ab665e9707 [1307] remove a small bit of whitespace
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 21 12:33:42 UTC 2011
The branch, trac1307 has been updated
via 3872fd58983155a69817da3744db56ab665e9707 (commit)
from 1814e37c1b61225bdb05ea81c3fcc6ea3320e8d9 (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 3872fd58983155a69817da3744db56ab665e9707
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Oct 21 14:33:27 2011 +0200
[1307] remove a small bit of whitespace
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/query.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index a3a57d3..5e8a9b1 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -121,8 +121,8 @@ Query::addNXDOMAINProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
}
// Add the NSEC proving NXDOMAIN to the authority section.
- response_.addRRset( Message::SECTION_AUTHORITY,
- boost::const_pointer_cast<RRset>(nsec), dnssec_);
+ response_.addRRset(Message::SECTION_AUTHORITY,
+ boost::const_pointer_cast<RRset>(nsec), dnssec_);
// Next, identify the best possible wildcard name that would match
// the query name. It's the longer common suffix with the qname
More information about the bind10-changes
mailing list