mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
fix another error introduced in previously mentioned commit
This commit is contained in:
parent
7d750d2b92
commit
aec761916e
@ -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…
Reference in New Issue
Block a user