removing redeclaration, r+sr+ui-r+a=sdwilsh

git-svn-id: svn://10.0.0.236/trunk@228743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dwitte%stanford.edu
2007-06-26 05:28:25 +00:00
parent bcb63a02e7
commit ba5d9225d5

View File

@@ -469,7 +469,7 @@ nsCookieService::InitDB()
// they don't, we're dropping the table anyway).
nsCAutoString stmtString(NS_LITERAL_CSTRING("PRAGMA user_version="));
stmtString.AppendInt(COOKIES_SCHEMA_VERSION);
nsresult rv = mDBConn->ExecuteSimpleSQL(stmtString);
rv = mDBConn->ExecuteSimpleSQL(stmtString);
NS_ENSURE_SUCCESS(rv, rv);
// set this to a large number, to force the downgrade codepath