mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 23:05:21 +02:00
Remove line leftover from upstream sync.
This commit is contained in:
parent
d1051c0f11
commit
ad2e0580c8
@ -1682,7 +1682,6 @@ do_download(struct sftp_conn *conn, const char *remote_path,
|
|||||||
}
|
}
|
||||||
if (read_error) {
|
if (read_error) {
|
||||||
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
|
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
|
||||||
remote_path, fx2txt(status));
|
|
||||||
status = -1;
|
status = -1;
|
||||||
do_close(conn, handle, handle_len);
|
do_close(conn, handle, handle_len);
|
||||||
} else if (write_error) {
|
} else if (write_error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user