1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 02:02:01 +00:00

FS-5013 --resolve better to submit here and I can tell you when you can commit

This commit is contained in:
Anthony Minessale 2013-01-13 19:39:01 -06:00
parent af6ae011c7
commit b3d12d49b3

@ -2711,6 +2711,11 @@ SWITCH_STANDARD_APP(fifo_function)
pop_array[x] = temp; pop_array[x] = temp;
} }
} }
} else {
int x = 0;
for (x = 0; x < MAX_PRI; x++) {
pop_array[x] = x;
}
} }
while (switch_channel_ready(channel)) { while (switch_channel_ready(channel)) {