]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing comma that causes buffer overflow in event socket
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 9 Oct 2009 15:59:22 +0000 (15:59 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 9 Oct 2009 15:59:22 +0000 (15:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15128 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_event.c

index 3b8b3d83a99ee53074e4874ef44561b933f5d475..54574b4575677319f6bc29afb0a72e2e77162700 100644 (file)
@@ -182,7 +182,7 @@ static char *EVENT_NAMES[] = {
        "NAT",
        "RECORD_START",
        "RECORD_STOP",
-       "CALL_UPDATE"
+       "CALL_UPDATE",
        "ALL"
 };