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

Diff for /src/usr.bin/ssh/ssh.c between version 1.368 and 1.369

version 1.368, 2011/10/24 02:10:46 version 1.369, 2012/07/02 08:50:03
Line 1308 
Line 1308 
                 packet_send();                  packet_send();
         }          }
   
           /* Tell the packet module whether this is an interactive session. */
           packet_set_interactive(interactive,
               options.ip_qos_interactive, options.ip_qos_bulk);
   
         client_session2_setup(id, tty_flag, subsystem_flag, getenv("TERM"),          client_session2_setup(id, tty_flag, subsystem_flag, getenv("TERM"),
             NULL, fileno(stdin), &command, environ);              NULL, fileno(stdin), &command, environ);
 }  }

Legend:
Removed from v.1.368  
changed lines
  Added in v.1.369