diff options
author | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:07 +0000 |
commit | 6aae184e049c673833bf7a6580da80c7a05dddfb (patch) | |
tree | 3679f331a75eb8f3afae28db9cc88654c9d1bb48 /libftpconn/ftpconn.h | |
parent | 197b85233ebf2b10fee8954c0d22c5139ce49c89 (diff) |
(struct ftp_conn):
Remove ACTV_DATA_CONN_QUEUE field.
Diffstat (limited to 'libftpconn/ftpconn.h')
-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 |