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

(-)sftp-client.c (-1 / +2 lines)
Lines 1110-1115 do_download(struct sftp_conn *conn, char Link Here
1110
			do_close(conn, handle, handle_len);
1110
			do_close(conn, handle, handle_len);
1111
			buffer_free(&msg);
1111
			buffer_free(&msg);
1112
			free(handle);
1112
			free(handle);
1113
			if (local_fd != -1)
1114
				close(local_fd);
1113
			return -1;
1115
			return -1;
1114
		}
1116
		}
1115
		offset = highwater = st.st_size;
1117
		offset = highwater = st.st_size;
Lines 1725-1728 path_append(char *p1, char *p2) Link Here
1725
1727
1726
	return(ret);
1728
	return(ret);
1727
}
1729
}
1728

Return to bug 2171