]> 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:29 +0000 (20:05 +0000)
commitaa5b9d1d9fc7988ad7f7a340a4e64daa6d6db3e9
treeb701efe09b49ec85982b4566b05029e4ad52b3ef
parentd32852ded9800ea45895cfdc9d18f4e82a10af59
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