diff options
author | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:26 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:26 +0000 |
commit | f1678d38f30d74d617099968aa34954d55110792 (patch) | |
tree | 6726c3845a3af99c27126899505958f601fb1203 /libftpconn | |
parent | 24e4b9f23b32ac97576d4029b168e7c0b7906bc6 (diff) |
(ftp_conn_create):
Don't initialize CONN->actv_data_conn_queue.
Diffstat (limited to 'libftpconn')
-rw-r--r-- | libftpconn/create.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |