]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Simplify AMI ModuleCheck handling
authorSean Bright <sean.bright@gmail.com>
Mon, 7 Feb 2022 16:55:51 +0000 (11:55 -0500)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 11 Feb 2022 17:54:53 +0000 (11:54 -0600)
commit16fccf140dfacf628fb8670efdba4a0682cb9c29
tree0d737a7d9eb4744eaf30fa319ba465119be5ea1a
parent427bee9beb5e26d45442ab8555e86f42b71a9042
manager.c: Simplify AMI ModuleCheck handling

This code was needlessly complex and would fail to properly delimit
the response message if LOW_MEMORY was defined.

Change-Id: Iae50bf09ef4bc34f9dc4b49435daa76f8b2c5b6e
main/manager.c