Fixing a few Coverity warnings.

This commit is contained in:
Robin Sommer 2016-05-23 08:25:11 -07:00
parent 85213e6b55
commit 50945a6359
6 changed files with 8 additions and 4 deletions

View file

@ -2401,7 +2401,7 @@ bool TableVal::DoSerialize(SerialInfo* info) const
}
// Serialize index.
if ( ! state->did_index )
if ( k && ! state->did_index )
{
// Indices are rather small, so we disable suspension
// here again.