Skip to content

Commit

Permalink
avoid compiler warning without USE_ALARM_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 24, 2010
1 parent c869ae7 commit c245a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hostip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c245a8f

Please sign in to comment.