Commit 7d750d2b authored by Yang Tse's avatar Yang Tse
Browse files

fix error introduced in previous commit

parent bdf17244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */