From: Yang Tse Date: Fri, 3 Oct 2008 02:25:52 +0000 (+0000) Subject: fix another error introduced in previously mentioned commit X-Git-Tag: curl-7_19_1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec761916e912620ecfae7aa5ccf96b2b7f99538;p=thirdparty%2Fcurl.git fix another error introduced in previously mentioned commit --- diff --git a/lib/hostip.c b/lib/hostip.c index a62e361c4b..8d82b2e488 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -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 */