From 1f3b3736147d49a67a1043c7c1f155eb48469101 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 8 Aug 1997 23:34:17 +0000 Subject: (ftp_conn_create): Don't open the connection here. --- libftpconn/create.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libftpconn') diff --git a/libftpconn/create.c b/libftpconn/create.c index 93d9e57e..fa55c9de 100644 --- a/libftpconn/create.c +++ b/libftpconn/create.c @@ -58,16 +58,12 @@ ftp_conn_create (const struct ftp_conn_params *params, else err = 0; - if (! err) - err = ftp_conn_open (new); - if (err) ftp_conn_free (new); else *conn = new; return err; - } /* Free the ftp connection CONN, closing it first, and freeing all resources -- cgit v1.2.3