mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:17:16 +03:00
cf-socket: fix FTP accept connect
When cf_tcp_accept_connect() is called and it sets up a connection it never indicates to the caller that the it's done. Closes #17186
This commit is contained in:
parent
c3aa22272d
commit
cc884c08a8
1 changed files with 1 additions and 0 deletions
|
|
@ -2182,6 +2182,7 @@ static CURLcode cf_tcp_accept_connect(struct Curl_cfilter *cf,
|
|||
if(error)
|
||||
return CURLE_ABORTED_BY_CALLBACK;
|
||||
}
|
||||
*done = TRUE;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue