Fix == instead of =

This commit is contained in:
Isaac Connor 2022-01-11 09:06:43 -05:00
parent b88e699d7e
commit 90cbf5a018
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ bool Monitor::Analyse() {
if (
(function != RECORD && function != MOCORD)
||
(event_close_mode == CLOSE_ALARM || event_close_mode=CLOSE_IDLE)
(event_close_mode == CLOSE_ALARM || event_close_mode==CLOSE_IDLE)
) {
shared_data->state = state = IDLE;
Info("%s: %03d - Closing event %" PRIu64 ", alarm end%s",