diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-08-11 15:43:16 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-08-11 15:43:16 +0000 |
commit | b3ff5413cc9e383af97fd3dfd41f8a323740e092 (patch) | |
tree | b8faa3283ec3a58a8c2250e66ef4f1c010932723 /libftpconn/ChangeLog | |
parent | 15bb3192d4620d1f16c971df1477f18950120af6 (diff) |
1999-08-11 Thomas Bushnell, BSG <tb@mit.edu>
* open.c (ftp_conn_open): Ignore error from ftp_conn_sysify;
it's ok if we can't successfully deal. If we didn't sysify
successfully before login, then try again afterwards.
Diffstat (limited to 'libftpconn/ChangeLog')
-rw-r--r-- | libftpconn/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index af267360..4d5351ca 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,6 +1,9 @@ 1999-08-11 Thomas Bushnell, BSG <tb@mit.edu> * open.c (ftp_conn_sysify): Handle REPLY_NO_LOGIN from "syst". + (ftp_conn_open): Ignore error from ftp_conn_sysify; it's ok if we + can't successfully deal. If we didn't sysify successfully before + login, then try again afterwards. 1998-10-20 Roland McGrath <roland@baalperazim.frob.com> |