* 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

@ -1,3 +1,8 @@
2010-03-30 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
sig_dispatch_pending.
2010-03-30 Thomas Wolff <towo@towo.net>
* fhandler.h (class dev_console): Drop vt100_graphics_mode_active.

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;