mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
the diffbot objects we index as their own separate doc
should inherit the hopcount from the parent html doc.
This commit is contained in:
@ -22883,8 +22883,8 @@ char *XmlDoc::getMetaList ( bool forDelete ) {
|
||||
sreq.setKey( firstIp,0LL, false );
|
||||
sreq.m_isInjecting = 1;
|
||||
sreq.m_isPageInject = 1;
|
||||
sreq.m_hopCount = 0;
|
||||
sreq.m_hopCountValid = 1;
|
||||
sreq.m_hopCount = m_hopCount;
|
||||
sreq.m_hopCountValid = m_hopCountValid;
|
||||
sreq.m_fakeFirstIp = 1;
|
||||
sreq.m_firstIp = firstIp;
|
||||
// so we can match url filters' "insitelist" directive
|
||||
|
Reference in New Issue
Block a user