summaryrefslogtreecommitdiff
path: root/main/event.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-04-30 22:37:24 +0000
committerJonathan Rose <jrose@digium.com>2013-04-30 22:37:24 +0000
commit8e257fe8196544ff962f1032a73134ad7c8cc4b4 (patch)
tree7683b460e67a9e1e50f5ada8991f2216ae6c8aa6 /main/event.c
parent6f5733388a93d01124c62233184691b53e886b3b (diff)
Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
(issue ASTERISK-21103) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2481/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/event.c')
-rw-r--r--main/event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/event.c b/main/event.c
index d97b04336..fa2557a77 100644
--- a/main/event.c
+++ b/main/event.c
@@ -217,7 +217,6 @@ 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",
};