mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05:00
parent
4d6bd91ab3
commit
920f73a690
@ -1621,7 +1621,7 @@ static CURLcode ftp_state_ul_setup(struct connectdata *conn,
|
|||||||
Curl_set_in_callback(data, true);
|
Curl_set_in_callback(data, true);
|
||||||
seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
|
seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
|
||||||
SEEK_SET);
|
SEEK_SET);
|
||||||
Curl_set_in_callback(data, true);
|
Curl_set_in_callback(data, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(seekerr != CURL_SEEKFUNC_OK) {
|
if(seekerr != CURL_SEEKFUNC_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user