summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/actions.c')
-rw-r--r--src/zabbix_server/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/actions.c b/src/zabbix_server/actions.c
index ca88da7c..4f6250c6 100644
--- a/src/zabbix_server/actions.c
+++ b/src/zabbix_server/actions.c
@@ -881,7 +881,7 @@ void process_actions(DB_EVENT *event)
zabbix_log( LOG_LEVEL_DEBUG, "Conditions do not match our event. Do not execute operations.");
if (event->source == EVENT_SOURCE_TRIGGERS && event->object == EVENT_OBJECT_TRIGGER)
- DBstop_escalation(action.actionid, event->objectid);
+ DBstop_escalation(action.actionid, event->objectid, event->eventid);
}
}
DBfree_result(result);