diff options
-rw-r--r-- | libftpconn/ftpconn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libftpconn/ftpconn.h b/libftpconn/ftpconn.h index 67eec5aa..9c0575df 100644 --- a/libftpconn/ftpconn.h +++ b/libftpconn/ftpconn.h @@ -176,9 +176,7 @@ struct ftp_conn int use_passive : 1; /* If true, first try passive data conns. */ - /* These are only used if active data connections are in use. */ struct sockaddr *actv_data_addr;/* Address of port for active data conns. */ - int actv_data_conn_queue; /* A socket to accept data connections on. */ }; /* Parameters for an ftp connection; doesn't include any actual connection |