diff options
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); |