summaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-15 23:59:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-15 23:59:59 +0000
commitf9b71ed0ed739d08ebfd1c9610eb952fb14bdd95 (patch)
treea8a356d072e9691740f5465412c767d1ba764951 /src/socket.cpp
parent73eb66f2b1c82f9e1d1a24093aa4a305c2cfe2e7 (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/socket.cpp')
-rw-r--r--src/socket.cpp1
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)))
{