aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-03 00:35:22 +0000
committerYang Tse <yangsita@gmail.com>2008-10-03 00:35:22 +0000
commit7d750d2b92e0286bff214aabe0ceb2bb8596e7db (patch)
tree40cf8a41d20ae2faa6044a16fea1354200314abb /lib/hostip.c
parentbdf17244128fc1c8c5b47273b1f3a6148015b079 (diff)
fix error introduced in previous commit
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
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 */