提交 910729b5 authored 作者: cypromis's avatar cypromis

Fix for ESL-44, thank you to Lakschmanan for providing the Patch

上级 3515c7a0
......@@ -351,6 +351,10 @@ const char *ESLevent::serialize(const char *format)
esl_safe_free(serialized_string);
if (format == NULL) {
format = "text";
}
if (!event) {
return "";
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论