git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12525 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-03-08 20:29:32 +00:00
parent 601a187096
commit c0f488e6a5
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event(esl_handle_t *handle, esl_event_t **sav
esl_event_del_header(handle->last_ievent, "event-name");
}
esl_event_add_header_string(handle->last_ievent, ESL_STACK_BOTTOM, hname, hval);
esl_name_event(hval, &handle->last_event->event_id);
esl_name_event(hval, &handle->last_ievent->event_id);
}
beg = c + 1;