mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
part of change for rev 1.172 that got forgotten -- consequence was that wallet tables were never being read
This commit is contained in:
parent
b54097c65e
commit
0b5906d0b7
@ -2784,7 +2784,6 @@ wallet_Initialize(PRBool fetchTables, PRBool unlockDatabase=PR_TRUE) {
|
||||
#endif
|
||||
if (fetchTables && !wallet_tablesFetched) {
|
||||
wallet_FetchFromNetCenter();
|
||||
wallet_tablesInitialized = PR_TRUE;
|
||||
wallet_tablesFetched = PR_TRUE;
|
||||
}
|
||||
if (!wallet_tablesInitialized) {
|
||||
|
Loading…
Reference in New Issue
Block a user