[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.524 and 1.525

version 1.524, 2020/04/03 04:03:51 version 1.525, 2020/04/03 04:06:26
Line 1652 
Line 1652 
         if (forward_confirms_pending == -1)          if (forward_confirms_pending == -1)
                 return;                  return;
         if (--forward_confirms_pending == 0) {          if (--forward_confirms_pending == 0) {
                 debug("%s: all expected forwarding replies received");                  debug("%s: all expected forwarding replies received", __func__);
                 if (fork_after_authentication_flag)                  if (fork_after_authentication_flag)
                         fork_postauth();                          fork_postauth();
         } else {          } else {

Legend:
Removed from v.1.524  
changed lines
  Added in v.1.525