From aec761916e912620ecfae7aa5ccf96b2b7f99538 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 3 Oct 2008 02:25:52 +0000 Subject: fix another error introduced in previously mentioned commit --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hostip.c') diff --git a/lib/hostip.c b/lib/hostip.c index a62e361c4..8d82b2e48 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 */ -- cgit v1.2.3