提交 fa3fa30a authored 作者: Anthony Minessale's avatar Anthony Minessale

fix build

上级 9e4ca2c2
......@@ -549,7 +549,7 @@ static switch_status_t do_chat_send(switch_event_t *message_event)
if (!(proto = switch_event_get_header(message_event, "proto"))) {
proto = "global";
switch_event_add_header(message_event, SWITCH_STACK_BOTTOM, "proto", proto);
switch_event_add_header_string(message_event, SWITCH_STACK_BOTTOM, "proto", proto);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论