mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-5013 --resolve better to submit here and I can tell you when you can commit
This commit is contained in:
@@ -2711,6 +2711,11 @@ SWITCH_STANDARD_APP(fifo_function)
|
||||
pop_array[x] = temp;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
int x = 0;
|
||||
for (x = 0; x < MAX_PRI; x++) {
|
||||
pop_array[x] = x;
|
||||
}
|
||||
}
|
||||
|
||||
while (switch_channel_ready(channel)) {
|
||||
|
||||
Reference in New Issue
Block a user