* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to

sig_dispatch_pending.
This commit is contained in:
Corinna Vinschen
2010-03-30 16:20:15 +00:00
parent ca8eb333c9
commit d8b4cbe896
2 changed files with 6 additions and 4 deletions

View File

@ -613,10 +613,7 @@ fhandler_socket::wait_for_events (const long event_mask, const DWORD flags)
case WSA_WAIT_EVENT_0 + 1:
if (_my_tls.call_signal_handler ())
{
sig_dispatch_pending ();
break;
}
break;
WSASetLastError (WSAEINTR);
return SOCKET_ERROR;