add missing \!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14717 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7c6b497f6a
commit
c2e8504651
|
@ -2303,7 +2303,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
|
|||
switch_event_t *local_event = NULL;
|
||||
switch_status_t ret = SWITCH_STATUS_SUCCESS;
|
||||
|
||||
if (params) {
|
||||
if (!params) {
|
||||
switch_event_create(&local_event, SWITCH_EVENT_REQUEST_PARAMS);
|
||||
params = local_event;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue