Commit 1bfce6a6 authored by Claes Sjofors's avatar Claes Sjofors

rt_emon, outunit request for not active alarm dismissed

parent 07cd6e39
......@@ -3825,6 +3825,10 @@ outunitAlarmReq (
ap = LstObj(al);
if ( ap->idx == msg->Idx[i]) {
if ( !ap->detect_etp->ap)
/* Not active any more, don't resend */
break;
ok = reSendEventToOutunit( op, ap->detect_etp);
#if 0
if (ap->detect_etp->ep != NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment