aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-03-24 14:19:50 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-03-24 14:19:50 -0400
commit481c61d06082195d7ce8ab6cc21ce274e54b2aa4 (patch)
tree266e634cfe741240b8cd3f06402a1cee074f1e1a /lib/hostip.c
parentff438c994ebbbb63eda83ca34e2bbe8e3f6dfbf3 (diff)
parent05632d5db9b67264826c53d99eaa81943e36275c (diff)
Merge branch 'master' of github.com:bagder/curl
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 04a29a754..e34fd5a99 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -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