fix missing return-at-end. r/sr=peterv. no bug
git-svn-id: svn://10.0.0.236/trunk@138860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -263,8 +263,7 @@ txKeyHash::init()
|
||||
nsresult rv = mKeyValues.Init(8);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
rv = mIndexedKeys.Init(1);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
return mIndexedKeys.Init(1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user