[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.548 and 1.549

version 1.548, 2021/01/26 05:32:22 version 1.549, 2021/01/27 09:26:54
Line 2097 
Line 2097 
   
         /* 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)) {              (ssh->compat & SSH_NEW_OPENSSH)) {
                 debug("Requesting no-more-sessions@openssh.com");                  debug("Requesting no-more-sessions@openssh.com");
                 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 ||                  if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 ||
                     (r = sshpkt_put_cstring(ssh,                      (r = sshpkt_put_cstring(ssh,

Legend:
Removed from v.1.548  
changed lines
  Added in v.1.549