Commit bec79080 authored by Claes Sjofors's avatar Claes Sjofors

rt_emon bugfix, reblock could cause segfault

parent 9876a3d0
......@@ -1343,6 +1343,9 @@ sendAlarmStatus( sOutunit *op)
for (al = LstFir(&l.active_l); al != LstEnd(&l.active_l); al = LstNex(al)) {
ap = LstObj(al);
if ( !ap->detect_etp)
continue;
switch (ap->detect_etp->event) {
case mh_eEvent_Info:
case mh_eEvent_InfoSuccess:
......
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