Bug 299017. Fix for firefox 2.0 and firefox 1.5.10, password file.
This commit is contained in:
parent
2943d7a557
commit
835bd86edc
@ -561,7 +561,7 @@ bool isFireFox2 = false;
|
|||||||
// Setup the signon and temp filename..
|
// Setup the signon and temp filename..
|
||||||
|
|
||||||
// Firefox 2 file?
|
// Firefox 2 file?
|
||||||
if( (retValue = OpenSignonFile(firefoxProfileDir, SIGNON_FILE_NAME2, "r", false)) = FPM_TRUE )
|
if( (retValue = OpenSignonFile(firefoxProfileDir, SIGNON_FILE_NAME2, "r", false)) == FPM_TRUE )
|
||||||
{
|
{
|
||||||
signonFilePath = (char*) malloc( strlen(firefoxProfileDir) + strlen(SIGNON_FILE_NAME2) + 3);
|
signonFilePath = (char*) malloc( strlen(firefoxProfileDir) + strlen(SIGNON_FILE_NAME2) + 3);
|
||||||
CloseSignonFile();
|
CloseSignonFile();
|
||||||
|
Loading…
Reference in New Issue
Block a user