summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sftp-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sftp-client.c b/sftp-client.c
index 87f67990..c7565755 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -1682,7 +1682,6 @@ do_download(struct sftp_conn *conn, const char *remote_path,
}
if (read_error) {
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
- remote_path, fx2txt(status));
status = -1;
do_close(conn, handle, handle_len);
} else if (write_error) {