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 f6a73f379..30bef8936 100644 --- a/sftp-client.c +++ b/sftp-client.c | |||
@@ -28,7 +28,7 @@ | |||
28 | /* XXX: copy between two remote sites */ | 28 | /* XXX: copy between two remote sites */ |
29 | 29 | ||
30 | #include "includes.h" | 30 | #include "includes.h" |
31 | RCSID("$OpenBSD: sftp-client.c,v 1.35 2002/09/11 22:41:49 djm Exp $"); | 31 | RCSID("$OpenBSD: sftp-client.c,v 1.36 2002/11/05 20:10:37 markus Exp $"); |
32 | 32 | ||
33 | #include "openbsd-compat/sys-queue.h" | 33 | #include "openbsd-compat/sys-queue.h" |
34 | 34 | ||
@@ -660,7 +660,7 @@ do_symlink(struct sftp_conn *conn, char *oldpath, char *newpath) | |||
660 | 660 | ||
661 | status = get_status(conn->fd_in, id); | 661 | status = get_status(conn->fd_in, id); |
662 | if (status != SSH2_FX_OK) | 662 | if (status != SSH2_FX_OK) |
663 | error("Couldn't rename file \"%s\" to \"%s\": %s", oldpath, | 663 | error("Couldn't symlink file \"%s\" to \"%s\": %s", oldpath, |
664 | newpath, fx2txt(status)); | 664 | newpath, fx2txt(status)); |
665 | 665 | ||
666 | return(status); | 666 | return(status); |