mirror of
https://github.com/curl/curl.git
synced 2025-09-18 10:02:45 +03: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