]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Fix compile breaking in app_voicemail with IMAP_STORAGE.
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 5 Mar 2015 16:38:09 +0000 (16:38 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 5 Mar 2015 16:38:09 +0000 (16:38 +0000)
commit06fa8db8646faa84e0506235623d7d33a0bf6f82
treea5b37d8587aa8a5daa0546562a38322cc29d043e
parent999d96d40525ca6bacb53fb09b1686fa260dd23d
app_voicemail: Fix compile breaking in app_voicemail with IMAP_STORAGE.

There is a leftover "assert" in app_voicemail/__messagecount that references
variables that don't exist.  This causes the compile to fail when
--enable-dev-mode and IMAP_STORAGE are selected.

This patch removes the assert.

Tested-by: George Joseph
Review: https://reviewboard.asterisk.org/r/4461/
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c