mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2025-08-03 05:22:24 -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;
|
bool grp = (buffer[9U] & 0x01U) == 0x01U;
|
||||||
|
|
||||||
if (grp && currentTG == dstTG && (poll == false))
|
if (grp && currentTG == dstTG && !poll)
|
||||||
localNetwork->write(buffer + 10U, len - 10U);
|
localNetwork->write(buffer + 10U, len - 10U);
|
||||||
|
|
||||||
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user