提交 823fb402 authored 作者: Brian West's avatar Brian West

via tony

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6118 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2ca25638
...@@ -905,8 +905,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t * ...@@ -905,8 +905,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t *
switch_event_t *event; switch_event_t *event;
switch_channel_t *channel; switch_channel_t *channel;
if (switch_strlen_zero(arg)) { if (!arg) {
arg = "_undef_"; arg = "";
} }
log = switch_core_session_alloc(session, sizeof(*log)); log = switch_core_session_alloc(session, sizeof(*log));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论