]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix bad check in voicemail functions for ast_inboxcount2_func
authorJonathan Rose <jrose@digium.com>
Tue, 1 May 2012 18:23:08 +0000 (18:23 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 1 May 2012 18:23:08 +0000 (18:23 +0000)
commit85ecbd367909c0b97388393bd9992bc21577e828
tree762c84d4dc603fa0c590387e20948ef112247a36
parent24c649620f1480cdc3c15dd3b3acead1d4a0f053
Fix bad check in voicemail functions for ast_inboxcount2_func

Check looks for ast_inboxcount_func instead of ast_inboxcount2_func on
ast_inboxcount2_func calls.

(closes issue ASTERISK-19718)
Reported by: Corey Farrell
Patches:
ast_app_inboxcount2-null-refcheck.patch uploaded by Corey Farrell (license 5909)
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@364777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/app.c