fix error introduced in previous commit
This commit is contained in:
@@ -598,7 +598,7 @@ int Curl_resolv_timeout(struct connectdata *conn,
|
|||||||
if(timeout)
|
if(timeout)
|
||||||
infof(conn->data, "timeout on name lookup is not supported\n");
|
infof(conn->data, "timeout on name lookup is not supported\n");
|
||||||
#else
|
#else
|
||||||
(void)timeout; /* timeout not used with an async resolver */
|
(void)timeoutms; /* timeoutms not used with an async resolver */
|
||||||
#endif
|
#endif
|
||||||
#endif /* USE_ALARM_TIMEOUT */
|
#endif /* USE_ALARM_TIMEOUT */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user