diff --git a/P25Gateway/P25Gateway.cpp b/P25Gateway/P25Gateway.cpp index 360d72f..6a00e8a 100644 --- a/P25Gateway/P25Gateway.cpp +++ b/P25Gateway/P25Gateway.cpp @@ -336,7 +336,7 @@ void CP25Gateway::run() buffer[3U] = (currentTG >> 0) & 0xFFU; } - if (poll == false) + if (!poll) localNetwork.write(buffer, len); LogMessage("Switched to reflector %u due to network activity", currentTG);