mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Removing wrong signal queue check in wait()
This commit is contained in:
parent
473539b9bf
commit
2adee0027d
@ -254,10 +254,6 @@ wait_for_any_event(HANDLE* events, int num_events, DWORD milli_seconds)
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* TODO assert that there are no pending signals - signals are only caught during waits*/
|
||||
if (pending_signals)
|
||||
DebugBreak();
|
||||
|
||||
memcpy(all_events, children.handles, live_children * sizeof(HANDLE));
|
||||
memcpy(all_events + live_children, events, num_events * sizeof(HANDLE));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user