diff options
author | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-04 17:47:15 +0000 |
commit | 24e4b9f23b32ac97576d4029b168e7c0b7906bc6 (patch) | |
tree | 356643d8469bcd11ea94378277fcf152c9e664d0 | |
parent | 6aae184e049c673833bf7a6580da80c7a05dddfb (diff) |
.
-rw-r--r-- | libftpconn/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index 9ac96fbd..97cc5dee 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,3 +1,14 @@ +1997-09-04 Miles Bader <miles@gnu.ai.mit.edu> + + * ftpconn.h (struct ftp_conn): Remove ACTV_DATA_CONN_QUEUE field. + * create.c (ftp_conn_create): Don't initialize CONN->actv_data_conn_queue. + * open.c (ftp_conn_close): Don't cleanup CONN->actv_data_conn_queue. + * xfer.c (ftp_conn_start_open_actv_data): Always generate a new data + connection (it doesn't work to always listen on a single address). + (ftp_conn_finish_open_actv_data): Close the listen queue after + looking for a connection. + (ftp_conn_abort_open_actv_data): Close the data queue socket. + 1997-09-02 Miles Bader <miles@gnu.ai.mit.edu> * xfer.c (ftp_conn_start_open_actv_data): If necessary, reopen the |