diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-15 23:59:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-15 23:59:59 +0000 |
commit | f9b71ed0ed739d08ebfd1c9610eb952fb14bdd95 (patch) | |
tree | a8a356d072e9691740f5465412c767d1ba764951 /src | |
parent | 73eb66f2b1c82f9e1d1a24093aa4a305c2cfe2e7 (diff) |
ahh shit, remove windows specific code i left laying around
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9515 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 917fe9323..bebaa3736 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -119,7 +119,6 @@ void ListenSocket::HandleEvent(EventType e, int err) ServerInstance->Logs->Log("SOCKET",DEBUG,"Call to accept with client=%08lx, length=%d", client, length); incomingSockfd = ServerInstance->SE->Accept(this, (sockaddr*)client, &length); - ServerInstance->Logs->Log("SOCKET",DEBUG,"Accept returned %d: %d", WSAGetLastError()); if ((incomingSockfd > -1) && (!ServerInstance->SE->GetSockName(this, sock_us, &uslen))) { |