Normalize SHAMap visit functions

This commit is contained in:
Miguel Portilla
2017-07-13 11:11:54 -04:00
committed by Scott Schurr
parent 819ea46bf0
commit aeda2430cd
3 changed files with 101 additions and 78 deletions

View File

@@ -282,10 +282,10 @@ SHAMapStoreImp::copyNode (std::uint64_t& nodeCount,
if (! (++nodeCount % checkHealthInterval_))
{
if (health())
return true;
return false;
}
return false;
return true;
}
void