From: Darren Tucker Date: Tue, 18 Jan 2022 01:55:21 +0000 (+1100) Subject: Remove line leftover from upstream sync. X-Git-Tag: V_8_9_P1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2e0580c87b0714cf166bca9d926a95ddeee1c8;p=thirdparty%2Fopenssh-portable.git Remove line leftover from upstream sync. --- diff --git a/sftp-client.c b/sftp-client.c index 87f679908..c75657553 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) {