ESL-5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12525 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
601a187096
commit
c0f488e6a5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue