mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #719, avoid infinite loop when info object read succeeds, but has incorrect authorizations
* marker for info reader that it failed * distinguish between "server cannot be connected" and other errors
This commit is contained in:
@@ -48,7 +48,7 @@ namespace BlackCore
|
||||
|
||||
bool CInfoDataReader::areAllDataRead() const
|
||||
{
|
||||
return getDbInfoObjectCount() > 0;
|
||||
return getDbInfoObjectCount() > 4;
|
||||
}
|
||||
|
||||
void CInfoDataReader::syncronizeCaches(CEntityFlags::Entity entities)
|
||||
|
||||
Reference in New Issue
Block a user