[asterisk-commits] russell: branch group/upenn r103736 - /team/group/upenn/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 15 16:45:50 CST 2008
Author: russell
Date: Fri Feb 15 16:45:49 2008
New Revision: 103736
URL: http://svn.digium.com/view/asterisk?view=rev&rev=103736
Log:
add a var that is needed with imap storage
Modified:
team/group/upenn/apps/app_voicemail.c
Modified: team/group/upenn/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/group/upenn/apps/app_voicemail.c?view=diff&rev=103736&r1=103735&r2=103736
==============================================================================
--- team/group/upenn/apps/app_voicemail.c (original)
+++ team/group/upenn/apps/app_voicemail.c Fri Feb 15 16:45:49 2008
@@ -7537,6 +7537,9 @@
char *q, *stringp;
int x;
int tmpadsi[4];
+#ifdef IMAP_STORAGE
+ const char *val;
+#endif
/* set default voicemail prompts */
main_options_key = DEFAULT_MAIN_OPTIONS_KEY;
More information about the asterisk-commits
mailing list