BIND 10 trac1516, updated. 5c9852647f78d37d6b3eca04daf88ed6a00f45bc Revert "[1516] Fixed function argument indentation."
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 28 01:18:47 UTC 2014
The branch, trac1516 has been updated
via 5c9852647f78d37d6b3eca04daf88ed6a00f45bc (commit)
from b00635aa7e78a7398dd00788a9f7bf19e261c9d6 (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 5c9852647f78d37d6b3eca04daf88ed6a00f45bc
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jan 28 06:46:49 2014 +0530
Revert "[1516] Fixed function argument indentation."
This reverts commit b00635aa7e78a7398dd00788a9f7bf19e261c9d6. The
previous alignment was correct (see ticket #1516 comment 7 and 8).
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/auth_srv.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index 6732260..5089809 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -584,7 +584,7 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message,
} else if (opcode != Opcode::QUERY()) {
const IOEndpoint& remote_ep = io_message.getRemoteEndpoint();
LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_UNSUPPORTED_OPCODE)
- .arg(message.getOpcode().toText()).arg(remote_ep);
+ .arg(message.getOpcode().toText()).arg(remote_ep);
makeErrorMessage(impl_->renderer_, message, buffer,
Rcode::NOTIMP(), stats_attrs, tsig_context);
} else if (message.getRRCount(Message::SECTION_QUESTION) != 1) {
More information about the bind10-changes
mailing list