reset seed dedup table when collrec reset

This commit is contained in:
Matt Wells
2013-10-23 18:12:50 -07:00
parent 572fa85033
commit e5aa795b76

@ -780,6 +780,10 @@ bool Collectiondb::resetColl ( char *coll , bool resetTurkdb ) {
// reset seed buf
cr->m_diffbotSeeds.purge();
// reset seed dedup table
HashTableX *ht = &cr->m_seedHashTable;
ht->reset();
// so XmlDoc.cpp can detect if the collection was reset since it
// launched its spider:
cr->m_lastResetCount++;