bug 95357, loss of data in password manager, r/sr=waterson,darin, a=asa

This commit is contained in:
morse%netscape.com 2001-08-30 05:23:14 +00:00
Родитель d6e7c8afbf
Коммит 316a0fe56e
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -1684,11 +1684,7 @@ SI_LoadSignonData() {
/* read the URL line */
while (NS_SUCCEEDED(si_ReadLine(strm, buffer))) {
si_StripLF(buffer);
if (buffer.Length() == 0) {
/* something's wrong */
si_unlock_signon_list();
return -1;
}
/* a blank line is perfectly valid here -- corresponds to a local file */
passwordRealm = buffer.ToNewCString();
if (!passwordRealm) {
si_unlock_signon_list();