[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.394 and 1.395

version 1.394, 2023/08/28 04:06:52 version 1.395, 2023/09/04 00:04:02
Line 564 
Line 564 
         }          }
   
         if (stop_reason != NULL) {          if (stop_reason != NULL) {
                 active = 0;                  if (active) {
                 debug3_f("stopping: %s (%llu chaff packets sent)",                          debug3_f("stopping: %s (%llu chaff packets sent)",
                     stop_reason, nchaff);                              stop_reason, nchaff);
                           active = 0;
                   }
                 return 1;                  return 1;
         }          }
   

Legend:
Removed from v.1.394  
changed lines
  Added in v.1.395