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
1 changed files with 5 additions and 0 deletions

View File

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