This commit is contained in:
Viktor Szakats 2025-07-27 20:02:49 +02:00
parent d3bff07732
commit 007df330ad
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -236,7 +236,7 @@ struct doh_probes;
#ifdef USE_CURL_ASYNC
struct Curl_async {
#ifdef CURLRES_ARES /* */
#ifdef CURLRES_ARES
struct async_ares_ctx ares;
#elif defined(CURLRES_THREADED)
struct async_thrdd_ctx thrdd;