]> andersk Git - openssh.git/blobdiff - sftp-client.c
unexpand
[openssh.git] / sftp-client.c
index 0d42696ae4459a2e6cf4586c2a035c89e1639999..2f9faff18d1987cf4c16b48493a2329b13cd08e2 100644 (file)
@@ -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);
This page took 0.040353 seconds and 4 git commands to generate.