提交 4789c5f5 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4715 --resolve

上级 245c6fc6
...@@ -911,7 +911,7 @@ static switch_status_t switch_event_base_add_header(switch_event_t *event, switc ...@@ -911,7 +911,7 @@ static switch_status_t switch_event_base_add_header(switch_event_t *event, switc
fly++; fly++;
} }
if ((header = switch_event_get_header_ptr(event, header_name))) { if (header || (header = switch_event_get_header_ptr(event, header_name))) {
if (index_ptr) { if (index_ptr) {
if (index > -1 && index <= 4000) { if (index > -1 && index <= 4000) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论