fix build
This commit is contained in:
parent
9e4ca2c2a7
commit
fa3fa30a98
|
@ -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"))) {
|
if (!(proto = switch_event_get_header(message_event, "proto"))) {
|
||||||
proto = "global";
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue