diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 463d56ffb3d..82f61ffdfb2 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4581,7 +4581,8 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 4581 | } | 4581 | } |
| 4582 | } | 4582 | } |
| 4583 | #ifdef NON_BLOCKING_CONNECT | 4583 | #ifdef NON_BLOCKING_CONNECT |
| 4584 | if (check_connect && FD_ISSET (channel, &Connecting)) | 4584 | if (check_connect && FD_ISSET (channel, &Connecting) |
| 4585 | && FD_ISSET (channel, &connect_wait_mask)) | ||
| 4585 | { | 4586 | { |
| 4586 | struct Lisp_Process *p; | 4587 | struct Lisp_Process *p; |
| 4587 | 4588 | ||