* xdirentry.h (struct vfs_s_super): Remove u.ftp.result_pending field.

* ftpfs.h (struct connection): Remove result_pending field.
This commit is contained in:
Andrew V. Samoilov 2001-08-03 10:15:17 +00:00
parent 1c07145e0f
commit 480dc4765f
2 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@ struct connection {
int lock;
int failed_on_login; /* used to pass the failure reason to upper levels */
int use_proxy; /* use a proxy server */
int result_pending;
int use_source_route;
int use_passive_connection;
int remote_is_amiga; /* No leading slash allowed for AmiTCP (Amiga) */

View File

@ -104,7 +104,6 @@ typedef struct vfs_s_super {
char *proxy;
int failed_on_login; /* used to pass the failure reason to upper levels */
int use_proxy; /* use a proxy server */
int result_pending;
int use_source_route;
int use_passive_connection;
int remote_is_amiga; /* No leading slash allowed for AmiTCP (Amiga) */