fix mod_fifo build
This commit is contained in:
parent
d4ffe63ad3
commit
ca40e2156a
|
@ -1486,7 +1486,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void
|
|||
char *name = switch_mprintf("variable_%s", argv[x]);
|
||||
|
||||
if ((tmp = switch_event_get_header(pop, name))) {
|
||||
switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp);
|
||||
switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp);
|
||||
}
|
||||
|
||||
free(name);
|
||||
|
|
Loading…
Reference in New Issue