]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CLI: Fix remote console completion.
authorCorey Farrell <git@cfware.com>
Thu, 7 Dec 2017 16:35:39 +0000 (11:35 -0500)
committerCorey Farrell <git@cfware.com>
Thu, 7 Dec 2017 17:27:00 +0000 (12:27 -0500)
commitb8a063f4bf5e0236e55f0fa58dbdf17aa4085584
tree78361e0a5fcf5b7a71a8b0fa0febc03f32923640
parentd5b58791573b53a140f1d857162e4af64ea1065c
CLI: Fix remote console completion.

Duplicate checking was done incorrectly when parsing completion options
from a remote console causing all options to be ignored as duplicates.
Once fixed I had to separate processing of the best match to ensure it
was not identified as a duplicate when it is the only match.

ASTERISK-27465

Change-Id: Ibbdb29f88211742071836c9b3f4d2aa1221cd0f9
main/asterisk.c