mirror of
https://github.com/curl/curl.git
synced 2026-08-15 12:03:48 +03:00
asyn-ares: fix build with old c-ares
See https://app.circleci.com/pipelines/github/curl/curl/13081/workflows/7d80b69e-9886-4f4c-b467-0fa321a0f8c2/jobs/130479 Closes #17075
This commit is contained in:
parent
1ebd92d0fd
commit
c6db2d45b2
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ CURLcode Curl_async_is_resolved(struct Curl_easy *data,
|
|||
leave us with res->num_pending == 0, which is perfect for the next
|
||||
block. */
|
||||
ares_cancel(ares->channel);
|
||||
DEBUGASSERT(res->num_pending == 0);
|
||||
DEBUGASSERT(ares->num_pending == 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue