mirror of
https://github.com/curl/curl.git
synced 2026-05-17 04:56:21 +03:00
fix error introduced in previous commit
This commit is contained in:
parent
bdf1724412
commit
7d750d2b92
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue