fix warning, no bug #. r=gavin

This commit is contained in:
sspitzer@mozilla.org
2006-11-29 00:18:06 +00:00
parent 922729b06c
commit 4168853928

View File

@@ -510,7 +510,7 @@ nsDogbertProfileMigrator::CopyCookies(PRBool aReplace)
nsresult rv;
if (aReplace) {
#ifdef NEED_TO_FIX_4X_COOKIES
nsresult rv = CopyFile(COOKIES_FILE_NAME_IN_4x, COOKIES_FILE_NAME_IN_5x);
rv = CopyFile(COOKIES_FILE_NAME_IN_4x, COOKIES_FILE_NAME_IN_5x);
if (NS_FAILED(rv)) return rv;
rv = FixDogbertCookies();