[asterisk-commits] mjordan: trunk r354799 - /trunk/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 10 08:51:30 CST 2012
Author: mjordan
Date: Fri Feb 10 08:51:27 2012
New Revision: 354799
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=354799
Log:
Fix IMAP app_voicemail compilation issue introduced in r354429
This simply fixes the compilation issue introduced in r354429 by
re-adding the 'quote' variable.
(closes issue ASTERISK-19337)
Reported by: John Taylor
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=354799&r1=354798&r2=354799
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Fri Feb 10 08:51:27 2012
@@ -3046,7 +3046,7 @@
static char *get_user_by_mailbox(char *mailbox, char *buf, size_t len)
{
- char *start, *eol_pnt;
+ char *start, *eol_pnt, *quote;
if (ast_strlen_zero(mailbox))
return NULL;
More information about the asterisk-commits
mailing list