[Asterisk-cvs] asterisk/channels chan_h323.c,1.63,1.64
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 29 14:14:22 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv18581/channels
Modified Files:
chan_h323.c
Log Message:
Remove duplicate declaration (bug #1950)
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- chan_h323.c 29 Jun 2004 12:56:46 -0000 1.63
+++ chan_h323.c 29 Jun 2004 18:00:14 -0000 1.64
@@ -998,7 +998,6 @@
struct sockaddr_in us;
struct sockaddr_in them;
struct rtp_info *info;
- char iabuf[80];
/* XXX This is sooooo bugus. inet_ntoa is not reentrant
but this function wants to return a static variable so
the only way to do this will be to declare iabuf within
More information about the svn-commits
mailing list