diff options
Diffstat (limited to 'sftp-client.c')
-rw-r--r-- | sftp-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-client.c b/sftp-client.c index 781d9827a..bf2eb43ac 100644 --- a/sftp-client.c +++ b/sftp-client.c | |||
@@ -20,7 +20,7 @@ | |||
20 | /* XXX: copy between two remote sites */ | 20 | /* XXX: copy between two remote sites */ |
21 | 21 | ||
22 | #include "includes.h" | 22 | #include "includes.h" |
23 | RCSID("$OpenBSD: sftp-client.c,v 1.47 2004/03/03 09:30:42 djm Exp $"); | 23 | RCSID("$OpenBSD: sftp-client.c,v 1.48 2004/03/30 12:41:56 djm Exp $"); |
24 | 24 | ||
25 | #include "openbsd-compat/sys-queue.h" | 25 | #include "openbsd-compat/sys-queue.h" |
26 | 26 | ||
@@ -643,7 +643,7 @@ do_symlink(struct sftp_conn *conn, char *oldpath, char *newpath) | |||
643 | 643 | ||
644 | buffer_init(&msg); | 644 | buffer_init(&msg); |
645 | 645 | ||
646 | /* Send rename request */ | 646 | /* Send symlink request */ |
647 | id = conn->msg_id++; | 647 | id = conn->msg_id++; |
648 | buffer_put_char(&msg, SSH2_FXP_SYMLINK); | 648 | buffer_put_char(&msg, SSH2_FXP_SYMLINK); |
649 | buffer_put_int(&msg, id); | 649 | buffer_put_int(&msg, id); |