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:
Ai Lin Chia
2016-03-11 12:01:04 +01:00
parent f0d9ec09de
commit ddfbfe385f

@ -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);
}