Tiny cleanup.

This commit is contained in:
JoelKatz
2012-11-02 16:08:24 -07:00
parent 6394ca2341
commit 68dbd66aea

View File

@@ -65,7 +65,7 @@ void SHAMap::getMissingNodes(std::vector<SHAMapNode>& nodeIDs, std::vector<uint2
if (childHash != d->getNodeHash())
{
cLog(lsERROR) << "Wrong hash from cached object";
d = SHAMapTreeNode::pointer();
d.reset();
}
else
{