summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index cece74a98..10f6428b2 100644
--- a/scp.c
+++ b/scp.c
@@ -907,7 +907,7 @@ bad: run_err("%s: %s", np, strerror(errno));
907 cp += j; 907 cp += j;
908 statbytes += j; 908 statbytes += j;
909 } while (amt > 0); 909 } while (amt > 0);
910 910
911 if (limitbw) 911 if (limitbw)
912 bwlimit(4096); 912 bwlimit(4096);
913 913