fix mod_fifo build

This commit is contained in:
Seven Du 2014-01-11 10:05:28 +08:00
parent ff977d81fa
commit 7d4c1aff81
1 changed files with 1 additions and 1 deletions

View File

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