summaryrefslogtreecommitdiff
path: root/protocols/EmLanProto
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/EmLanProto')
-rw-r--r--protocols/EmLanProto/src/lan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/EmLanProto/src/lan.cpp b/protocols/EmLanProto/src/lan.cpp
index 38dfb2a7fc..ee24fc59fc 100644
--- a/protocols/EmLanProto/src/lan.cpp
+++ b/protocols/EmLanProto/src/lan.cpp
@@ -249,7 +249,6 @@ void __cdecl CLan::OnInTCPConnectionProc(void *lpParameter)
shutdown(tcp_conn->m_socket, SD_BOTH);
closesocket(tcp_conn->m_socket);
delete tcp_conn;
- return;
}
SOCKET CLan::CreateTCPConnection(u_long addr, LPVOID lpParameter)