fix build

This commit is contained in:
Anthony Minessale 2011-10-07 11:20:36 -05:00
parent 9e4ca2c2a7
commit fa3fa30a98
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }