Skip to content

Commit

Permalink
Remove line leftover from upstream sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Jan 18, 2022
1 parent d1051c0 commit ad2e058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sftp-client.c
Expand Up @@ -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) {
Expand Down

0 comments on commit ad2e058

Please sign in to comment.