part of change for rev 1.172 that got forgotten -- consequence was that wallet tables were never being read

This commit is contained in:
morse%netscape.com 2000-03-15 14:57:53 +00:00
parent b54097c65e
commit 0b5906d0b7

View File

@ -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) {