mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
fix bug 42550, unable to delete single-signon database, r=dveditz
This commit is contained in:
parent
bbc5b3f11f
commit
d39a733631
@ -1582,6 +1582,7 @@ SI_LoadSignonData() {
|
||||
nsInputFileStream strm(dirSpec+signonFileName);
|
||||
|
||||
if (!strm.is_open()) {
|
||||
si_PartiallyLoaded = PR_TRUE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user