diff options
Diffstat (limited to 'source/OSSupport/SocketThreads.cpp')
-rw-r--r-- | source/OSSupport/SocketThreads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/OSSupport/SocketThreads.cpp b/source/OSSupport/SocketThreads.cpp index b008cf2d2..3e505616c 100644 --- a/source/OSSupport/SocketThreads.cpp +++ b/source/OSSupport/SocketThreads.cpp @@ -461,7 +461,7 @@ bool cSocketThreads::cSocketThread::Start(void) } // Finish connecting the control socket by accepting connection from the thread's socket - cSocket tmp = m_ControlSocket2.Accept(); + cSocket tmp = m_ControlSocket2.AcceptIPv4(); if (!tmp.IsValid()) { LOGERROR("Cannot link Control sockets for a cSocketThread (\"%s\"); continuing, but server may be unreachable from now on.", cSocket::GetLastErrorString().c_str()); |