Commit 7607d228 authored by Claes Sjofors's avatar Claes Sjofors

rt_emon, Lst corrections

parent 390694d2
......@@ -4184,8 +4184,6 @@ static void updateAlarm(sActive* ap, sEvent* ep)
sSupActive* sp;
sApplActive* aap;
LstCheck(&l.active_l);
sp = (sSupActive*)ap;
aap = (sApplActive*)ap;
......@@ -4251,7 +4249,6 @@ static void updateAlarm(sActive* ap, sEvent* ep)
== 0)) { /* The alarm is acked and unactive, remove it from alarm list
*/
ap->status.All = 0;
LstCheck(&l.active_l);
updateAlarmInfo(ap);
if (ap->source == mh_eSource_Scanner) {
sp->sup->DetectCheck = TRUE; /* Activate detection */
......
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