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

git-svn-id: svn://10.0.0.236/trunk@63042 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2000-03-15 14:57:53 +00:00
parent a96f333ef7
commit 32ae393e09

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