]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_if: Fix next priority calculation.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 28 Jan 2024 13:57:47 +0000 (08:57 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:16:38 +0000 (14:16 +0000)
commitc1a495002f080bbffcdeb0feb53c443ad212c31a
tree77f87cd52d13407c1424cdc3b5d89f97439eba75
parent080602c6a13cd91b27f8afb5940075b723e289e4
app_if: Fix next priority calculation.

Commit fa3922a4d28860d415614347d9f06c233d2beb07 fixed
a branching issue but "overshoots" when calculating
the next priority. This fixes that; accompanying
test suite tests have also been extended.

Resolves: #560
(cherry picked from commit aa5b9d1d9fc7988ad7f7a340a4e64daa6d6db3e9)
apps/app_if.c