mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
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"))) {
|
||||
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…
x
Reference in New Issue
Block a user