minor fix

This commit is contained in:
mwells
2014-08-07 11:43:01 -07:00
parent 734973bb81
commit 7a02fb3676

@ -14989,7 +14989,9 @@ char **XmlDoc::gotHttpReply ( ) {
// if it doesn't match the crawl pattern, just the process pattern
// then do not increment download successes
if ( cr->m_isCustomCrawl == 1 && ! doesUrlMatchDiffbotCrawlPattern() )
if ( doIncrement &&
cr->m_isCustomCrawl == 1 &&
! doesUrlMatchDiffbotCrawlPattern() )
doIncrement = false;