mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 01:58:40 +02:00
dropped prefix C
This commit is contained in:
parent
7bff958422
commit
f973d1498d
9 changed files with 55 additions and 55 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue