[openssh-commits] [openssh] 01/01: Remove line leftover from upstream sync.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 18 12:55:54 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit ad2e0580c87b0714cf166bca9d926a95ddeee1c8
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jan 18 12:55:21 2022 +1100
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 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) {
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list