mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-21 19:55:22 -05:00
Rearrange reflector counting.
This commit is contained in:
parent
6bb5c177f5
commit
c7e0c7bfac
@ -89,9 +89,6 @@ bool CReflectors::load()
|
||||
}
|
||||
|
||||
size_t size = m_reflectors.size();
|
||||
if (size == 0U)
|
||||
return false;
|
||||
|
||||
LogInfo("Loaded %u P25 reflectors", size);
|
||||
|
||||
// Add the Parrot entry
|
||||
@ -104,6 +101,10 @@ bool CReflectors::load()
|
||||
LogInfo("Loaded P25 parrot");
|
||||
}
|
||||
|
||||
size = m_reflectors.size();
|
||||
if (size == 0U)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user