[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.75 and 1.76

version 1.75, 2001/06/04 23:07:20 version 1.76, 2001/06/20 13:56:39
Line 546 
Line 546 
                                 leave_raw_mode();                                  leave_raw_mode();
   
                                 /* Stop listening for new connections. */                                  /* Stop listening for new connections. */
                                 channel_stop_listening();                                  channel_close_all();    /* proto1 only XXXX */
   
                                 printf("%c& [backgrounded]\n", escape_char);                                  printf("%c& [backgrounded]\n", escape_char);
   
Line 926 
Line 926 
         if (have_pty)          if (have_pty)
                 signal(SIGWINCH, SIG_DFL);                  signal(SIGWINCH, SIG_DFL);
   
         /* Stop listening for connections. */          channel_free_all();
         channel_stop_listening();  
   
         if (have_pty)          if (have_pty)
                 leave_raw_mode();                  leave_raw_mode();

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76