[asterisk-commits] russell: trunk r316333 - in /trunk: ./ apps/app_minivm.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 3 16:48:44 CDT 2011


Author: russell
Date: Tue May  3 16:48:40 2011
New Revision: 316333

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=316333
Log:
Merged revisions 316331 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316331 | russell | 2011-05-03 16:41:11 -0500 (Tue, 03 May 2011) | 2 lines
  
  Resolve another warning.
........

Modified:
    trunk/   (props changed)
    trunk/apps/app_minivm.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/apps/app_minivm.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_minivm.c?view=diff&rev=316333&r1=316332&r2=316333
==============================================================================
--- trunk/apps/app_minivm.c (original)
+++ trunk/apps/app_minivm.c Tue May  3 16:48:40 2011
@@ -1229,7 +1229,7 @@
 	struct ast_tm tm;
 	struct minivm_zone *the_zone = NULL;
 	struct ast_channel *ast;
-	char *finalfilename;
+	char *finalfilename = "";
 	struct ast_str *str1 = ast_str_create(16), *str2 = ast_str_create(16);
 	char *fromaddress;
 	char *fromemail;




More information about the asterisk-commits mailing list