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

Modified Files:
        app_authenticate.c 
Log Message:
fix warning (bug #4807)


Index: app_authenticate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_authenticate.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- app_authenticate.c  25 Jul 2005 18:59:11 -0000      1.10
+++ app_authenticate.c  1 Aug 2005 15:01:11 -0000       1.11
@@ -120,7 +120,7 @@
                                if (f) {
                                        char buf[256] = "";
                                        char md5passwd[33] = "";
-                                       char *md5secret;
+                                       char *md5secret = NULL;
 
                                        while (!feof(f)) {
                                                fgets(buf, sizeof(buf), f);

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

Reply via email to