]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Fix tab completion of "core set debug channel" CLI command.
authorJoshua Colp <jcolp@digium.com>
Sat, 14 Mar 2015 01:36:18 +0000 (01:36 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 14 Mar 2015 01:36:18 +0000 (01:36 +0000)
commit067a7e53848d09b9b12f2150fad85388b71bc5e2
treed3a715b1278a3fc974197db8f4483abadf68b275
parentf1a712e3fde85462307706a9681ab66ec26bca5c
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

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