From ad2e0580c87b0714cf166bca9d926a95ddeee1c8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 18 Jan 2022 12:55:21 +1100 Subject: [PATCH] Remove line leftover from upstream sync. --- sftp-client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sftp-client.c b/sftp-client.c index 87f6799089d..c7565755379 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) {