Commit aec76191 authored by Yang Tse's avatar Yang Tse
Browse files

fix another error introduced in previously mentioned commit

parent 7d750d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ int Curl_resolv_timeout(struct connectdata *conn,

#else
#ifndef CURLRES_ASYNCH
  if(timeout)
  if(timeoutms)
    infof(conn->data, "timeout on name lookup is not supported\n");
#else
  (void)timeoutms; /* timeoutms not used with an async resolver */