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

Diff for /src/usr.bin/ssh/scp.c between version 1.199 and 1.200

version 1.199, 2019/01/21 22:50:42 version 1.200, 2019/01/23 08:01:46
Line 563 
Line 563 
         off_t *cnt = (off_t *)_cnt;          off_t *cnt = (off_t *)_cnt;
   
         *cnt += s;          *cnt += s;
           refresh_progress_meter();
         if (limit_kbps > 0)          if (limit_kbps > 0)
                 bandwidth_limit(&bwlimit, s);                  bandwidth_limit(&bwlimit, s);
         return 0;          return 0;

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200