add missing \!

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14717 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-01 17:40:51 +00:00
parent 7c6b497f6a
commit c2e8504651
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}