]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 31 Jan 2024 00:37:59 +0000 (17:37 -0700)
commitea3b520bedfc57e171051567a70411c2bbd60c6c
treed1c9928d2ebe935ca18bc154d25710bfa51fab01
parentb916e9c66bfb97f15a60945ecb0935f42aee439a
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