From 835bd86edc2212838608a37c73da4b1da3f19700 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Fri, 10 Aug 2007 18:45:36 +0000 Subject: [PATCH] Bug 299017. Fix for firefox 2.0 and firefox 1.5.10, password file. --- CASA/adlib/ad_ff/native/SignonManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA/adlib/ad_ff/native/SignonManager.cpp b/CASA/adlib/ad_ff/native/SignonManager.cpp index 6ea7ad32..274f665c 100644 --- a/CASA/adlib/ad_ff/native/SignonManager.cpp +++ b/CASA/adlib/ad_ff/native/SignonManager.cpp @@ -561,7 +561,7 @@ bool isFireFox2 = false; // Setup the signon and temp filename.. // 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); CloseSignonFile();