1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix another error introduced in previously mentioned commit

This commit is contained in:
Yang Tse 2008-10-03 02:25:52 +00:00
parent 7d750d2b92
commit aec761916e

View File

@ -595,7 +595,7 @@ int Curl_resolv_timeout(struct connectdata *conn,
#else #else
#ifndef CURLRES_ASYNCH #ifndef CURLRES_ASYNCH
if(timeout) if(timeoutms)
infof(conn->data, "timeout on name lookup is not supported\n"); infof(conn->data, "timeout on name lookup is not supported\n");
#else #else
(void)timeoutms; /* timeoutms not used with an async resolver */ (void)timeoutms; /* timeoutms not used with an async resolver */