fix another error introduced in previously mentioned commit

This commit is contained in:
Yang Tse 2008-10-03 02:25:52 +00:00
Родитель 7d750d2b92
Коммит aec761916e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */