summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-27 22:43:14 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-27 22:43:14 +0000
commit4083c982656fe3d79168b228aca56cef2de2ea0e (patch)
tree6574a170eb044ea75dd4f96cd22cb6b4c171d465 /syncClientSocket.cpp
parentadded command line parameter for master key and salt (diff)
added route syncing
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r--syncClientSocket.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp
index 76fd40d..734ff6e 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -53,9 +53,9 @@ void SyncClientSocket::OnRawData(const char *buf,size_t len)
boost::archive::text_iarchive ia(iss);
SyncCommand scom(cl_);
ia >> scom;
- u_int16_t mux = scom.getMux();
- const ConnectionParam & conn = cl_.getConnection(mux)->second;
- cLog.msg(Log::PRIO_NOTICE) << "sync connection #"<<mux<<" remote host " << conn.remote_host_ << ":" << conn.remote_port_ << std::endl;
+ //u_int16_t mux = scom.getMux();
+ //const ConnectionParam & conn = cl_.getConnection(mux)->second;
+ //cLog.msg(Log::PRIO_NOTICE) << "sync connection #"<<mux<<" remote host " << conn.remote_host_ << ":" << conn.remote_port_ << std::endl;
}
//void StatusClientSocket::InitSSLServer()