[asterisk-commits] tilghman: trunk r77888 - in /trunk: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 1 17:19:34 CDT 2007
Author: tilghman
Date: Wed Aug 1 17:19:34 2007
New Revision: 77888
URL: http://svn.digium.com/view/asterisk?view=rev&rev=77888
Log:
Merged revisions 77886 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r77886 | tilghman | 2007-08-01 17:14:47 -0500 (Wed, 01 Aug 2007) | 2 lines
Voicemail with ODBC_STORAGE defined does not compile cleanly (missing def)
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=77888&r1=77887&r2=77888
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed Aug 1 17:19:34 2007
@@ -1790,6 +1790,7 @@
#endif
+#ifndef ODBC_STORAGE
static int vm_delete(char *file)
{
char *txt;
@@ -1807,6 +1808,7 @@
unlink(txt);
return ast_filedelete(file, NULL);
}
+#endif
static int inbuf(struct baseio *bio, FILE *fi)
{
More information about the asterisk-commits
mailing list