git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6118 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-11-01 00:31:33 +00:00
parent 2ca2563826
commit 823fb40226
1 changed files with 2 additions and 2 deletions

View File

@ -905,8 +905,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t *
switch_event_t *event;
switch_channel_t *channel;
if (switch_strlen_zero(arg)) {
arg = "_undef_";
if (!arg) {
arg = "";
}
log = switch_core_session_alloc(session, sizeof(*log));