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

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

version 1.369, 2021/07/23 04:04:52 version 1.370, 2021/08/29 23:44:07
Line 1397 
Line 1397 
          * exit status to be returned.  In that case, clear error code if the           * exit status to be returned.  In that case, clear error code if the
          * connection was deliberately terminated at this end.           * connection was deliberately terminated at this end.
          */           */
         if (options.session_type == SESSION_TYPE_NONE && received_signal == SIGTERM) {          if (options.session_type == SESSION_TYPE_NONE &&
               received_signal == SIGTERM) {
                 received_signal = 0;                  received_signal = 0;
                 exit_status = 0;                  exit_status = 0;
         }          }

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