]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to suppo...
authorRussell Bryant <russell@russellbryant.com>
Thu, 9 Aug 2007 17:58:31 +0000 (17:58 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 9 Aug 2007 17:58:31 +0000 (17:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@78778 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index bfbd803e211f53ade84d7a94aadffe40c2510f80..5f5a58dc3526f1bf55d1302fa4e665aa05c267e0 100644 (file)
@@ -2111,6 +2111,7 @@ static const char *mbox(int id)
 }
 
 #ifdef ODBC_STORAGE
+/*! XXX \todo Fix this function to support multiple mailboxes in the intput string */
 static int inboxcount(const char *mailbox, int *newmsgs, int *oldmsgs)
 {
        int x = -1;