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

(-)sftp-client.c (-2 / +2 lines)
Lines 1643-1650 Link Here
1643
}
1643
}
1644
1644
1645
int
1645
int
1646
upload_dir(struct sftp_conn *conn, char *src, char *dst, int printflag,
1646
upload_dir(struct sftp_conn *conn, char *src, char *dst, int pflag,
1647
    int pflag)
1647
    int printflag)
1648
{
1648
{
1649
	char *dst_canon;
1649
	char *dst_canon;
1650
	int ret;
1650
	int ret;

Return to bug 2151