]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 16 Feb 2024 08:15:29 +0000 (17:15 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 16 Feb 2024 08:15:29 +0000 (17:15 +0900)
Fixes: a9038789488e ("Cygwin: pty: Additional fix for transferring input at exit.");
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
winsup/cygwin/fhandler/pty.cc

index e52590c9d23a30dcc29f73338ee0e7b065facce9..27a2c774a76c0edbd29669f9a8a75abf0574d57f 100644 (file)
@@ -4108,8 +4108,6 @@ fhandler_pty_slave::cleanup_for_non_cygwin_app (handle_set_t *p, tty *ttyp,
   WaitForSingleObject (p->pipe_sw_mutex, INFINITE);
   if (!switch_to)
     switch_to = get_console_process_id (current_pid, false, true, true);
-  if (!switch_to)
-    switch_to = get_console_process_id (current_pid, false, true, false);
   if ((!switch_to && (ttyp->pcon_activated || stdin_is_ptys))
       && ttyp->pty_input_state_eq (tty::to_nat))
     {
This page took 0.035051 seconds and 5 git commands to generate.