[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.223 and 1.224

version 1.223, 2010/10/06 06:39:28 version 1.224, 2010/11/13 23:27:50
Line 1955 
Line 1955 
         if ((c = channel_lookup(id)) == NULL)          if ((c = channel_lookup(id)) == NULL)
                 fatal("client_session2_setup: channel %d: unknown channel", id);                  fatal("client_session2_setup: channel %d: unknown channel", id);
   
           packet_set_interactive(want_tty,
               options.ip_qos_interactive, options.ip_qos_bulk);
   
         if (want_tty) {          if (want_tty) {
                 struct winsize ws;                  struct winsize ws;
   

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224