[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.378 and 1.379

version 1.378, 2013/05/17 00:13:14 version 1.379, 2013/07/12 05:48:55
Line 1429 
Line 1429 
   
         if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN))          if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN))
                 id = ssh_session2_open();                  id = ssh_session2_open();
           else {
                   packet_set_interactive(
                       options.control_master == SSHCTL_MASTER_NO,
                       options.ip_qos_interactive, options.ip_qos_bulk);
           }
   
         /* If we don't expect to open a new session, then disallow it */          /* If we don't expect to open a new session, then disallow it */
         if (options.control_master == SSHCTL_MASTER_NO &&          if (options.control_master == SSHCTL_MASTER_NO &&

Legend:
Removed from v.1.378  
changed lines
  Added in v.1.379