diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
commit | 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch) | |
tree | 7595267f0f9cb746a0955a41bcb5e872c632e68b /sftp-client.c | |
parent | - (bal) Removed --{enable/disable}-suid-ssh (diff) | |
download | openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.tar.xz openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.zip |
unexpand
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 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, 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); |