backing out change to see if it fixes the hang-on-startup on unix boxes

git-svn-id: svn://10.0.0.236/trunk@77172 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2000-08-25 04:42:34 +00:00
parent 311e08db86
commit 41f1d051f1

View File

@ -946,11 +946,11 @@ static nsresult main1(int argc, char* argv[], nsISupports *nativeApp )
// Fire up the walletService. Why the heck is this here?
NS_WITH_SERVICE(nsIWalletService, walletService, kWalletServiceCID, &rv);
// if (NS_SUCCEEDED(rv))
// {
// // this is a no-op. What is going on?
// walletService->WALLET_FetchFromNetCenter();
// }
if (NS_SUCCEEDED(rv))
{
// this is a no-op. What is going on?
walletService->WALLET_FetchFromNetCenter();
}
InitCachePrefs();