[svn] commit: r2570 - /trunk/src/bin/auth/auth_srv.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 05:46:53 UTC 2010
Author: jinmei
Date: Wed Jul 21 05:46:52 2010
New Revision: 2570
Log:
corrected indentation.
minor, no review.
Modified:
trunk/src/bin/auth/auth_srv.cc
Modified: trunk/src/bin/auth/auth_srv.cc
==============================================================================
--- trunk/src/bin/auth/auth_srv.cc (original)
+++ trunk/src/bin/auth/auth_srv.cc Wed Jul 21 05:46:52 2010
@@ -414,11 +414,11 @@
// silent about such cases, but there doesn't seem to be anything we can
// improve at the primary server side by sending an error anyway.
if (xfrin_session_ == NULL) {
- if (verbose_mode_) {
- cerr << "[b10-auth] "
- "session interface for xfrin is not available" << endl;
- }
- return (false);
+ if (verbose_mode_) {
+ cerr << "[b10-auth] "
+ "session interface for xfrin is not available" << endl;
+ }
+ return (false);
}
const string remote_ip_address =
More information about the bind10-changes
mailing list