* xdirentry.h (struct vfs_s_super): Remove u.ftp.result_pending field.
* ftpfs.h (struct connection): Remove result_pending field.
Этот коммит содержится в:
родитель
1c07145e0f
Коммит
480dc4765f
@ -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) */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user