aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 11:35:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 11:35:29 +0000
commit5cd267b2bece6860acbd43f6fe29354bf1069dc0 (patch)
treed741f99009fc39aa79494227a6ccdf2af8e3205c /lib/ftp.c
parent09da90076f67725000e09d4c128fd052b31cd727 (diff)
removed obsoletetd myalarm() calls
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 5576a3013..38d9d7021 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -353,8 +353,6 @@ CURLcode Curl_ftp_connect(struct connectdata *conn)
CURLcode result;
int ftpcode;
- myalarm(0); /* switch off the alarm stuff */
-
ftp = (struct FTP *)malloc(sizeof(struct FTP));
if(!ftp)
return CURLE_OUT_OF_MEMORY;