Commit c245a8f9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

avoid compiler warning without USE_ALARM_TIMEOUT

parent c869ae74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -624,9 +624,9 @@ int Curl_resolv_timeout(struct connectdata *conn,
   */
  rc = Curl_resolv(conn, hostname, port, entry);

#ifdef USE_ALARM_TIMEOUT
clean_up:

#ifdef USE_ALARM_TIMEOUT
  if (timeout > 0) {

#ifdef HAVE_SIGACTION