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

Diff for /src/usr.bin/ssh/sftp-client.c between version 1.132 and 1.133

version 1.132, 2019/01/23 08:01:46 version 1.133, 2019/01/24 16:52:17
Line 88 
Line 88 
 {  {
         struct bwlimit *bwlimit = (struct bwlimit *)_bwlimit;          struct bwlimit *bwlimit = (struct bwlimit *)_bwlimit;
   
         refresh_progress_meter();          refresh_progress_meter(0);
         if (bwlimit != NULL)          if (bwlimit != NULL)
                 bandwidth_limit(bwlimit, amount);                  bandwidth_limit(bwlimit, amount);
         return 0;          return 0;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133