From: Yang Tse Date: Fri, 3 Oct 2008 00:35:22 +0000 (+0000) Subject: fix error introduced in previous commit X-Git-Tag: curl-7_19_1~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d750d2b92e0286bff214aabe0ceb2bb8596e7db;p=curl fix error introduced in previous commit --- diff --git a/lib/hostip.c b/lib/hostip.c index 1a5711f55..a62e361c4 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -598,7 +598,7 @@ int Curl_resolv_timeout(struct connectdata *conn, if(timeout) infof(conn->data, "timeout on name lookup is not supported\n"); #else - (void)timeout; /* timeout not used with an async resolver */ + (void)timeoutms; /* timeoutms not used with an async resolver */ #endif #endif /* USE_ALARM_TIMEOUT */