]> 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)
committerSean Bright <sean@seanbright.com>
Mon, 7 Feb 2022 22:28:04 +0000 (16:28 -0600)
commitacd6f30cc50a00a492a00911b68c4ff602eeb488
tree30cd4539f1fa7c6b851151ac5c84404e2ad3dee6
parentde0c29de55668580639e04ae55c7301f00980516
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