bug 119474, can't remove password if password-manager is disabled, r=law, sr=ben

This commit is contained in:
morse%netscape.com 2002-01-25 22:17:57 +00:00
Родитель e2d2db6ed1
Коммит 6651e43e72
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -767,11 +767,6 @@ si_RemoveUser(const char *passwordRealm, const nsString& userName, PRBool save,
si_SignonUserStruct * user;
si_SignonDataStruct * data;
/* do nothing if signon preference is not enabled */
if (!si_GetSignonRememberingPref()) {
return PR_FALSE;
}
si_lock_signon_list();
/* get URL corresponding to host */