View | Details | Raw Unified | Return to bug 1375
Collapse All | Expand All

(-)src/usr.bin/ssh/sftp-client.c.orig (+1 lines)
Lines 813-818 do_download(struct sftp_conn *conn, char Link Here
813
	if (local_fd == -1) {
813
	if (local_fd == -1) {
814
		error("Couldn't open local file \"%s\" for writing: %s",
814
		error("Couldn't open local file \"%s\" for writing: %s",
815
		    local_path, strerror(errno));
815
		    local_path, strerror(errno));
816
		do_close(conn, handle, handle_len);
816
		buffer_free(&msg);
817
		buffer_free(&msg);
817
		xfree(handle);
818
		xfree(handle);
818
		return(-1);
819
		return(-1);

Return to bug 1375