diff options
Diffstat (limited to 'sftp-client.c')
-rw-r--r-- | sftp-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-client.c b/sftp-client.c index 0d42696a..2f9faff1 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, if (id == startid || len == 0 || id - ackid >= conn->num_requests) { - u_int r_id; + u_int r_id; buffer_clear(&msg); get_msg(conn->fd_in, &msg); |