Cygwin: pty: Fix bad file descriptor error in some environment.
- The bad file descriptor problem reported in: https://cygwin.com/ml/cygwin-patches/2019-q3/msg00104.html was recurring. Fixed again.
This commit is contained in:
parent
a083a4f266
commit
6983433f8e
|
@ -857,8 +857,6 @@ fhandler_pty_slave::open (int flags, mode_t)
|
|||
pcon_attached_to = get_minor ();
|
||||
init_console_handler (true);
|
||||
}
|
||||
else if (pcon_attached_to < 0)
|
||||
fhandler_console::need_invisible ();
|
||||
|
||||
set_open_status ();
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue