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

Modified Files:
      Tag: v1-0
        app_voicemail.c 
Log Message:
fix compiler warning (bug #4682)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.19
retrieving revision 1.151.2.20
diff -u -d -r1.151.2.19 -r1.151.2.20
--- app_voicemail.c     12 Jul 2005 01:34:16 -0000      1.151.2.19
+++ app_voicemail.c     12 Jul 2005 15:27:09 -0000      1.151.2.20
@@ -2270,7 +2270,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;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to