fix another error introduced in previously mentioned commit
This commit is contained in:
Родитель
7d750d2b92
Коммит
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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче