From f1678d38f30d74d617099968aa34954d55110792 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 Sep 1997 17:47:26 +0000 Subject: (ftp_conn_create): Don't initialize CONN->actv_data_conn_queue. --- libftpconn/create.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libftpconn/create.c b/libftpconn/create.c index 3d49c8a8..20a64561 100644 --- a/libftpconn/create.c +++ b/libftpconn/create.c @@ -52,7 +52,6 @@ ftp_conn_create (const struct ftp_conn_params *params, new->syshooks_valid = 0; new->use_passive = 1; new->actv_data_addr = 0; - new->actv_data_conn_queue = -1; new->cwd = 0; new->type = 0; bzero (&new->syshooks, sizeof new->syshooks); -- cgit v1.2.3