[Asterisk-cvs] asterisk/apps app_authenticate.c,1.10,1.11
russell at lists.digium.com
russell at lists.digium.com
Mon Aug 1 10:55:12 CDT 2005
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);
More information about the svn-commits
mailing list