1
1

2000-02-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>

* setup.c (load_setup): remove duplicate loading of anonymous
	passwd by do_load_string(), it is doing by
	ftpfs_init_passwd. (Patch by sav@bcs.zp.ua)
Этот коммит содержится в:
Pavel Machek 2000-02-11 00:33:28 +00:00
родитель 8be646e423
Коммит 1c96509f76
2 изменённых файлов: 5 добавлений и 7 удалений

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

@ -1,9 +1,8 @@
Mon Feb 7 11:44:23 2000 Dan Winship <danw@helixcode.com>
2000-02-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* mountlist.c: use a better feature test for distinguishing
old-style 4.4BSD getmntinfo from new-style 4.4BSD getmntinfo.
(NetBSD defines MOUNT_UFS, etc, but as strings rather than
integers.)
* setup.c (load_setup): remove duplicate loading of anonymous
passwd by do_load_string(), it is doing by
ftpfs_init_passwd. (Patch by sav@bcs.zp.ua)
2000-02-04 "David H.Martin" <dmartina@usa.net>

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

@ -540,7 +540,7 @@ do_load_string (char *s, char *ss, char *def)
char *
setup_init (void)
{
static char *buffer;
char *buffer;
char *profile;
char *inifile;
@ -609,7 +609,6 @@ load_setup (void)
}
#ifdef USE_NETCODE
ftpfs_proxy_host = do_load_string ("Misc", "ftp_proxy_host", "gate");
ftpfs_anonymous_passwd = do_load_string ("Misc", "ftpfs_password", "user@mc");
#endif
boot_current_is_left =
GetPrivateProfileInt ("Dirs", "current_is_left", 1, profile);