[Asterisk-cvs] asterisk/channels chan_iax2.c,1.164,1.165 chan_sip.c,1.434,1.435

malcolmd at lists.digium.com malcolmd at lists.digium.com
Wed Jun 30 10:12:00 CDT 2004


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

Modified Files:
	chan_iax2.c chan_sip.c 
Log Message:
Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.c


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- chan_iax2.c	30 Jun 2004 06:03:57 -0000	1.164
+++ chan_iax2.c	30 Jun 2004 13:57:49 -0000	1.165
@@ -1836,6 +1836,7 @@
 	if (mysql && (strlen(peer) < 128)) {
 		char query[512];
 		char *name;
+		char iabuf[80];
 		time_t nowtime;
 		name = alloca(strlen(peer) * 2 + 1);
 		time(&nowtime);

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -d -r1.434 -r1.435
--- chan_sip.c	29 Jun 2004 14:44:29 -0000	1.434
+++ chan_sip.c	30 Jun 2004 13:57:49 -0000	1.435
@@ -1031,6 +1031,7 @@
 		char query[512];
 		char *name;
 		char *uname;
+		char iabuf[80];
 		time_t nowtime;
 		name = alloca(strlen(peer) * 2 + 1);
 		uname = alloca(strlen(username) * 2 + 1);
@@ -1060,6 +1061,7 @@
 		char *name = NULL;
 		int numfields, x;
 		int port;
+		char iabuf[80];
 		time_t regseconds, nowtime;
 		MYSQL_RES *result;
 		MYSQL_FIELD *fields;




More information about the svn-commits mailing list