summaryrefslogtreecommitdiff
path: root/sftp-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-client.c')
-rw-r--r--sftp-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-client.c b/sftp-client.c
index 0d42696ae..2f9faff18 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -1061,7 +1061,7 @@ do_upload(struct sftp_conn *conn, char *local_path, char *remote_path,
1061 1061
1062 if (id == startid || len == 0 || 1062 if (id == startid || len == 0 ||
1063 id - ackid >= conn->num_requests) { 1063 id - ackid >= conn->num_requests) {
1064 u_int r_id; 1064 u_int r_id;
1065 1065
1066 buffer_clear(&msg); 1066 buffer_clear(&msg);
1067 get_msg(conn->fd_in, &msg); 1067 get_msg(conn->fd_in, &msg);