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

This commit is contained in:
dwitte@stanford.edu 2007-06-25 22:28:25 -07:00
parent 8afd980244
commit 1543d48f1b

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