]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Patch to fix tab-completion crash on "remove extension"
authorDavid Brooks <dbrooks@digium.com>
Wed, 29 Apr 2009 18:07:59 +0000 (18:07 +0000)
committerDavid Brooks <dbrooks@digium.com>
Wed, 29 Apr 2009 18:07:59 +0000 (18:07 +0000)
commit4a734fd9260734e9c07f2f538e28c1c8c6647e98
tree0f6a2bca03ad8186c7a60c91de049b03287dc6e3
parent603a56aa69c8c54cb09bbc1b10646a94d8f15221
Patch to fix tab-completion crash on "remove extension"

This patch simply removes some old code back before Asterisk used editline.
This fixes the crash that occurred when tab-completing "remove extension".

(closes issue #14689)
Reported by: isaacgal

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@191096 65c4cc65-6c06-0410-ace0-fbb531ad65f3
pbx/pbx_config.c