[Asterisk-cvs] asterisk/apps app_voicemail.c,1.227,1.228

russell at lists.digium.com russell at lists.digium.com
Tue Jul 12 11:14:46 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17145/apps

Modified Files:
	app_voicemail.c 
Log Message:
get rid of compiler warning (bug #4682)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- app_voicemail.c	12 Jul 2005 15:10:31 -0000	1.227
+++ app_voicemail.c	12 Jul 2005 15:22:55 -0000	1.228
@@ -3024,7 +3024,7 @@
 	char callerid[512];
 	char ext_context[256]="";
 	int res = 0, cmd = 0;
-	struct ast_vm_user *receiver, *extensions = NULL, *vmtmp = NULL, *vmfree;
+	struct ast_vm_user *receiver = NULL, *extensions = NULL, *vmtmp = NULL, *vmfree;
 	char tmp[256];
 	char *stringp, *s;
 	int saved_messages = 0, found = 0;




More information about the svn-commits mailing list