BIND 10 trac2157_2, updated. 9aea53afbe639d939b04df9307bdb48e2952148b [2157-2] style: indentation fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 31 04:24:47 UTC 2012
The branch, trac2157_2 has been updated
via 9aea53afbe639d939b04df9307bdb48e2952148b (commit)
from c8c8c8358a7602094b6177b5336d39b9de172b87 (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 9aea53afbe639d939b04df9307bdb48e2952148b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Oct 30 21:24:39 2012 -0700
[2157-2] style: indentation fix
-----------------------------------------------------------------------
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 dd0047a..3ab1d00 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -556,7 +556,7 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message,
// statistics: check TSIG attributes
// SIG(0) is currently not implemented in Auth
impl_->stats_attrs_.setQuerySig(true, false,
- tsig_error != TSIGError::NOERROR());
+ tsig_error != TSIGError::NOERROR());
}
if (tsig_error != TSIGError::NOERROR()) {
More information about the bind10-changes
mailing list