]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 30 Jan 2024 20:05:34 +0000 (20:05 +0000)
commited39406838ddfff2812d8d53206e7c3beb62fe35
tree31c3b052775e31a6341cd814e56f3d8b6a53730b
parent841cd1480c92eaacde30902cf6e2a76cd015034e
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
apps/app_if.c