[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.318 and 1.319

version 1.318, 2008/07/02 13:47:39 version 1.319, 2008/09/11 14:22:37
Line 1181 
Line 1181 
                 id = ssh_session2_open();                  id = ssh_session2_open();
   
         /* 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 &&
               (datafellows & SSH_NEW_OPENSSH)) {
                 debug("Requesting no-more-sessions@openssh.com");                  debug("Requesting no-more-sessions@openssh.com");
                 packet_start(SSH2_MSG_GLOBAL_REQUEST);                  packet_start(SSH2_MSG_GLOBAL_REQUEST);
                 packet_put_cstring("no-more-sessions@openssh.com");                  packet_put_cstring("no-more-sessions@openssh.com");

Legend:
Removed from v.1.318  
changed lines
  Added in v.1.319