]> granicus.if.org Git - curl/commitdiff
fix error introduced in previous commit
authorYang Tse <yangsita@gmail.com>
Fri, 3 Oct 2008 00:35:22 +0000 (00:35 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 3 Oct 2008 00:35:22 +0000 (00:35 +0000)
lib/hostip.c

index 1a5711f5570a5daa01dcf4403d0b2454e6ffad24..a62e361c4b9af11ab24c3c8b427f4671f7381e3c 100644 (file)
@@ -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 */