From 0436dff8cdf11ca7e6cd09580a8a28164232132e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 9 Oct 2009 15:59:22 +0000 Subject: [PATCH] add missing comma that causes buffer overflow in event socket git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15128 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_event.c b/src/switch_event.c index 3b8b3d83a9..54574b4575 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -182,7 +182,7 @@ static char *EVENT_NAMES[] = { "NAT", "RECORD_START", "RECORD_STOP", - "CALL_UPDATE" + "CALL_UPDATE", "ALL" };