mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2025-07-30 19:52:25 -04:00
Change negation checking coding style.
This commit is contained in:
parent
a69af8ad79
commit
4f3bc66544
@ -336,7 +336,7 @@ void CNXDNGateway::run()
|
||||
|
||||
bool grp = (buffer[9U] & 0x01U) == 0x01U;
|
||||
|
||||
if (grp && currentTG == dstTG && (poll == false))
|
||||
if (grp && currentTG == dstTG && !poll)
|
||||
localNetwork->write(buffer + 10U, len - 10U);
|
||||
|
||||
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
||||
|
Loading…
x
Reference in New Issue
Block a user