[svn] commit: r1291 - /trunk/src/bin/auth/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 10 18:56:09 UTC 2010
Author: jinmei
Date: Wed Mar 10 18:56:09 2010
New Revision: 1291
Log:
indentation fix
Modified:
trunk/src/bin/auth/main.cc
Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Wed Mar 10 18:56:09 2010
@@ -160,8 +160,8 @@
boost::asio::buffer(
responselen_buffer_.getData(),
responselen_buffer_.getLength()),
- boost::bind(&TCPClient::responseWrite, this,
- placeholders::error));
+ boost::bind(&TCPClient::responseWrite, this,
+ placeholders::error));
} else {
delete this;
}
More information about the bind10-changes
mailing list