This commit is contained in:
JoelKatz
2013-04-26 00:44:07 -07:00
parent 31a8099aa0
commit a7d958606a

View File

@@ -140,6 +140,7 @@ bool HashedObjectStore::store(HashedObjectType type, uint32 index,
} }
// else // else
// cLog(lsTRACE) << "HOS: already had " << hash; // cLog(lsTRACE) << "HOS: already had " << hash;
mNegativeCache.del(hash);
return true; return true;
} }