mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:17:28 +03:00
fix another error introduced in previously mentioned commit
This commit is contained in:
parent
7d750d2b92
commit
aec761916e
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ int Curl_resolv_timeout(struct connectdata *conn,
|
|||
|
||||
#else
|
||||
#ifndef CURLRES_ASYNCH
|
||||
if(timeout)
|
||||
if(timeoutms)
|
||||
infof(conn->data, "timeout on name lookup is not supported\n");
|
||||
#else
|
||||
(void)timeoutms; /* timeoutms not used with an async resolver */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue