dropped prefix C

This commit is contained in:
XinyuHou 2015-01-12 10:33:29 +00:00
parent 7bff958422
commit f973d1498d
9 changed files with 55 additions and 55 deletions

View file

@ -631,7 +631,7 @@ ServerApp::openClientListener(const NetworkAddress& address)
{
ClientListener* listen = new ClientListener(
address,
new CTCPSocketFactory(m_events, getSocketMultiplexer()),
new TCPSocketFactory(m_events, getSocketMultiplexer()),
NULL,
args().m_crypto,
m_events);