BIND 10 trac1516, updated. b00635aa7e78a7398dd00788a9f7bf19e261c9d6 [1516] Fixed function argument indentation.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Jan 25 12:41:28 UTC 2014
The branch, trac1516 has been updated
via b00635aa7e78a7398dd00788a9f7bf19e261c9d6 (commit)
from 5017a99844df876a3aa65f9a59f4fc8d7b5e8e3d (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 b00635aa7e78a7398dd00788a9f7bf19e261c9d6
Author: Kean Johnston <kean at isc.org>
Date: Sat Jan 25 14:40:41 2014 +0200
[1516] Fixed function argument indentation.
-----------------------------------------------------------------------
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 5089809..6732260 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