mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:57:20 +03:00
parent
4d6bd91ab3
commit
920f73a690
1 changed files with 1 additions and 1 deletions
|
|
@ -1621,7 +1621,7 @@ static CURLcode ftp_state_ul_setup(struct connectdata *conn,
|
|||
Curl_set_in_callback(data, true);
|
||||
seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
|
||||
SEEK_SET);
|
||||
Curl_set_in_callback(data, true);
|
||||
Curl_set_in_callback(data, false);
|
||||
}
|
||||
|
||||
if(seekerr != CURL_SEEKFUNC_OK) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue