core: Fix tab completion of "core set debug channel" CLI command.
authorJoshua Colp <jcolp@digium.com>
Sat, 14 Mar 2015 01:37:24 +0000 (01:37 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 14 Mar 2015 01:37:24 +0000 (01:37 +0000)
commitb3fa35786f0120694f0814d22a07765b7e21d4f4
treeb59eef1a9b93cd5c5a28a6c540e85d893c63cc34
parentb4cc056067b7576dd5843045c89443b58828082b
core: Fix tab completion of "core set debug channel" CLI command.

The "core set debug channel" CLI command mistakenly had source filenames
added to its tab completion. This occurred because the CLI generator fell back
to the "core set debug" command which permits setting debug at a source
filename level.

ASTERISK-21038 #close
Reported by: Richard Kenner
........

Merged revisions 432944 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 432945 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/cli.c