diff options
author | Miles Bader <miles@gnu.org> | 1997-08-18 18:40:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-18 18:40:46 +0000 |
commit | 18ed7356c7b1759634880fbe674d83a4eaabd743 (patch) | |
tree | 3a664a23cbc655e9cb6468f9a8b2876761b63046 | |
parent | 338b151fcdaa070b58d579dd0db5152f3e2adff6 (diff) |
.
-rw-r--r-- | libftpconn/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index 881afcba..d2a67b74 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,3 +1,14 @@ +1997-08-15 Miles Bader <miles@gnu.ai.mit.edu> + + * fname.c (ftp_conn_append_name, ftp_conn_basename): Make sure + CONN's SYSHOOKS field is valid before using it. + * ftpconn.h (struct ftp_conn): Add SYSHOOKS_VALID field. + (ftp_conn_validate_syshooks): New inline function. + * open.c (ftp_conn_sysify): Set SYSHOOKS_VALID. + + * set-type.c (ftp_conn_set_type): If there's no connection, don't + open a new one, just save the type for later. + 1997-08-09 Miles Bader <miles@gnu.ai.mit.edu> * names.c (ftp_conn_cont_get_names): Check for interrupts. |