1
1

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

* ftpfs.h (struct connection): Remove result_pending field.
Этот коммит содержится в:
Andrew V. Samoilov 2001-08-03 10:15:17 +00:00
родитель 1c07145e0f
Коммит 480dc4765f
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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) */

Просмотреть файл

@ -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) */