From f9b71ed0ed739d08ebfd1c9610eb952fb14bdd95 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 15 Apr 2008 23:59:59 +0000 Subject: 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 --- src/socket.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/socket.cpp') 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))) { -- cgit v1.2.3