summaryrefslogtreecommitdiff
path: root/main/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/event.c')
-rw-r--r--main/event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/event.c b/main/event.c
index fa2557a77..d97b04336 100644
--- a/main/event.c
+++ b/main/event.c
@@ -217,6 +217,7 @@ static const char * const event_names[AST_EVENT_TOTAL] = {
[AST_EVENT_SECURITY] = "Security",
[AST_EVENT_NETWORK_CHANGE] = "NetworkChange",
[AST_EVENT_PRESENCE_STATE] = "PresenceState",
+ [AST_EVENT_ACL_CHANGE] = "ACLChange",
[AST_EVENT_PING] = "Ping",
};