fifo_export

This commit is contained in:
Anthony Minessale 2014-01-11 02:21:29 +05:00
parent 12930c81bf
commit de23f29550
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void
char *mydata = strdup(export);
char *tmp;
argc = switch_split(mydata, ' ', argv);
argc = switch_split(mydata, ',', argv);
for (x = 0; x < argc; x++) {
char *name = switch_mprintf("variable_%s", argv[x]);