From: Tilghman Lesher Date: Wed, 2 Jul 2008 22:17:37 +0000 (+0000) Subject: Oops X-Git-Tag: 1.6.2.0-beta1~1801 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=267b9d4eb4cc2ad03dc659e21f635c04ba3c9bbc;p=thirdparty%2Fasterisk.git Oops git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127622 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 54f7b030ac..b4bf6addf9 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3630,7 +3630,7 @@ static int inboxcount2(const char *mailbox, int *urgentmsgs, int *newmsgs, int * mb = tmp; while ((cur = strsep(&mb, ", "))) { if (!ast_strlen_zero(cur)) { - if (inboxcount(cur, urgentmsgs ? &tmpurgent : NULL, newmsgs ? &tmpnew : NULL, oldmsgs ? &tmpold : NULL)) + if (inboxcount2(cur, urgentmsgs ? &tmpurgent : NULL, newmsgs ? &tmpnew : NULL, oldmsgs ? &tmpold : NULL)) return -1; else { if (newmsgs)