Bug 345395: fix typo in patch for bug 58724, r=lumpy
git-svn-id: svn://10.0.0.236/trunk@203360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1541,7 +1541,7 @@ nsPasswordManager::LoadPasswords()
|
||||
nsCAutoString path;
|
||||
mSignonFile->GetNativePath(path);
|
||||
|
||||
if (NS_SUCCEEDED(ReadPasswords(mSignonFile)));
|
||||
if (NS_SUCCEEDED(ReadPasswords(mSignonFile)))
|
||||
sPasswordsLoaded = PR_TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user