mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-10 02:06:08 -04:00
Make sure we don't send more msg8a request than we need. Set m_doneLaunching when we're done launching.
This commit is contained in:
@ -1513,6 +1513,8 @@ bool Msg8a::launchGetRequests ( ) {
|
||||
// corresponds to the actual SITE hash. so we gotta filter those
|
||||
// out i guess after we read the whole list.
|
||||
//
|
||||
m_doneLaunching = true;
|
||||
|
||||
return (m_requests == m_replies);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user