]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_if: Fix faulty EndIf branching.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 23 Dec 2023 16:26:13 +0000 (16:26 +0000)
committerNaveen Albert <asterisk@phreaknet.org>
Mon, 8 Jan 2024 15:57:22 +0000 (15:57 +0000)
commit1bf4493371b8cf515e0094a6a7efe6003ff43dae
tree8e06db2f0bc87178f9fd383ddc490226e5611a87
parentbb364fc61f563384645ff6b98779a7dc27032c31
app_if: Fix faulty EndIf branching.

This fixes faulty branching logic for the
EndIf application. Instead of computing
the next priority, which should be done
for false conditionals or ExitIf, we should
simply advance to the next priority.

Resolves: #341
apps/app_if.c