]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix crash when dialplan remove include is called with too few arguments.
authorWalter Doekes <walter+asterisk@wjd.nu>
Tue, 8 Nov 2011 19:27:10 +0000 (19:27 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Tue, 8 Nov 2011 19:27:10 +0000 (19:27 +0000)
commit09e9df32eb39f699112773ea19c8a40457a2e5f8
tree7842028a59ffa0e0b81883eff607d8ebf795a391
parent51fb836f56352b59c2b152249485f8b1b5a9c84e
Fix crash when dialplan remove include is called with too few arguments.

"dialplan remove include x from y" crashed when the amount of arguments
was less than 6.

(closes issue ASTERISK-18762)
Reported by: Andrey Solovyev
Tested by: Andrey Solovyev
........

Merged revisions 343936 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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