]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CLI: Fix 'core set debug channel' completion bug.
authorCorey Farrell <git@cfware.com>
Mon, 18 Dec 2017 18:23:46 +0000 (13:23 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 18 Dec 2017 18:36:03 +0000 (12:36 -0600)
commit5cdc65cf1e83274b90cf0410f1174eac2b277296
tree498acb86a02f8274497abbab0791c074c66f5b89
parent9867219329a441d5713b17606382524392641e3f
CLI: Fix 'core set debug channel' completion bug.

The completion generator is missing a return so typing "core set debug
all off <tab>" causes the command to actually execute.

Change-Id: Ibf6462088a74eee66967732b50445783ebefc20b
main/cli.c