From 6aae184e049c673833bf7a6580da80c7a05dddfb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 Sep 1997 17:47:07 +0000 Subject: (struct ftp_conn): Remove ACTV_DATA_CONN_QUEUE field. --- libftpconn/ftpconn.h | 2 -- 1 file changed, 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 -- cgit v1.2.3