]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Fix appending variables.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 22 Dec 2022 01:01:01 +0000 (01:01 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 3 Jan 2023 18:00:14 +0000 (12:00 -0600)
commited77b365ce36a018d3b0840db9c28108dec7456f
tree908aeddd8158b854502a8bd03e18c0798ac6ea36
parentfb8ee4f14a60e8ed45146d74c481c2f703d6d25a
manager: Fix appending variables.

The if statement here is always false after the for
loop finishes, so variables are never appended.
This removes that to properly append to the end
of the variable list.

ASTERISK-30351 #close
Reported by: Sebastian Gutierrez

Change-Id: I1b7f8b85a8918f6a814cb933a479d4278cf16199
main/manager.c