[Asterisk-cvs] asterisk/channels chan_zap.c,1.302,1.303
markster at lists.digium.com
markster at lists.digium.com
Mon Jul 19 12:14:39 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv11639/channels
Modified Files:
chan_zap.c
Log Message:
Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES build
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- chan_zap.c 19 Jul 2004 05:00:05 -0000 1.302
+++ chan_zap.c 19 Jul 2004 16:00:40 -0000 1.303
@@ -1457,7 +1457,7 @@
int x, res, index;
char *c, *n, *l;
#ifdef ZAPATA_PRI
- char *s;
+ char *s=NULL;
#endif
char callerid[256];
char dest[256]; /* must be same length as p->dialdest */
More information about the svn-commits
mailing list