mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
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
This commit is contained in:
parent
421a609066
commit
0436dff8cd
@ -182,7 +182,7 @@ static char *EVENT_NAMES[] = {
|
|||||||
"NAT",
|
"NAT",
|
||||||
"RECORD_START",
|
"RECORD_START",
|
||||||
"RECORD_STOP",
|
"RECORD_STOP",
|
||||||
"CALL_UPDATE"
|
"CALL_UPDATE",
|
||||||
"ALL"
|
"ALL"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user