]> 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:02:36 +0000 (12:02 -0600)
commit9ede683f4ee3f1cb66705bd55d65e44738259783
tree07b0109a0c853fe1b486ad2370361e2ac19a7e48
parentdb6e9c4e50a6923e23a105209677d34f797681f0
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