mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
Fix for ESL-44, thank you to Lakschmanan for providing the Patch
This commit is contained in:
parent
3515c7a020
commit
910729b5dd
@ -351,6 +351,10 @@ const char *ESLevent::serialize(const char *format)
|
||||
|
||||
esl_safe_free(serialized_string);
|
||||
|
||||
if (format == NULL) {
|
||||
format = "text";
|
||||
}
|
||||
|
||||
if (!event) {
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user