]> 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:32 +0000 (20:05 +0000)
commit64f9df5e595bcc4560759eb9678ce232052fe16a
tree9c93e2057a1fa93d348023bcdf989131a9fb2676
parent103a6dc987467d3e604002f96eb2e92952632b0e
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