summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-11 03:19:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-11 03:19:54 +0000
commitb9a18e3cbecea269de8159af55685ef484d9a407 (patch)
tree401912013622242c951cca28de6d025030ca6ac9
parent5059d1794e737c91ce7dbb6711e5ef279f428483 (diff)
indent
-rw-r--r--usr.bin/ssh/sftp-client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sftp-client.c b/usr.bin/ssh/sftp-client.c
index 3a5bcacb7e9..7cab1eab45f 100644
--- a/usr.bin/ssh/sftp-client.c
+++ b/usr.bin/ssh/sftp-client.c
@@ -28,7 +28,7 @@
/* XXX: copy between two remote sites */
#include "includes.h"
-RCSID("$OpenBSD: sftp-client.c,v 1.26 2002/03/11 03:18:49 itojun Exp $");
+RCSID("$OpenBSD: sftp-client.c,v 1.27 2002/03/11 03:19:53 itojun Exp $");
#include <sys/queue.h>
@@ -880,9 +880,9 @@ do_download(struct sftp_conn *conn, char *remote_path, char *local_path,
/* Resend the request for the missing data */
debug3("Short data block, re-requesting "
"%llu -> %llu (%2d)",
- (unsigned long long)req->offset + len,
- (unsigned long long)req->offset + req->len - 1,
- num_req);
+ (unsigned long long)req->offset + len,
+ (unsigned long long)req->offset +
+ req->len - 1, num_req);
req->id = conn->msg_id++;
req->len -= len;
req->offset += len;