Jon Turner mentioned this bug fix to correct how libcurl deals with paths
after a failed transfer.
This commit is contained in:
parent
a191fe028c
commit
45ef092cc2
@ -2234,6 +2234,8 @@ CURLcode Curl_ftp(struct connectdata *conn)
|
|||||||
/* since we didn't connect now, we want do_more to get called */
|
/* since we didn't connect now, we want do_more to get called */
|
||||||
conn->bits.do_more = TRUE;
|
conn->bits.do_more = TRUE;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
freedirs(ftp);
|
||||||
|
|
||||||
return retcode;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user