[Asterisk-cvs] asterisk/channels chan_iax2.c,1.325,1.326

russell russell
Fri Aug 5 02:59:34 CDT 2005


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

Modified Files:
	chan_iax2.c 
Log Message:
fix seg fault


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- chan_iax2.c	4 Aug 2005 17:33:21 -0000	1.325
+++ chan_iax2.c	5 Aug 2005 07:03:35 -0000	1.326
@@ -7876,7 +7876,7 @@
 			port = IAX_DEFAULT_PORTNO;
 	}
 	
-	if (!ast_get_ip(&sin, tmp)) {
+	if (!ast_get_ip(&sin, addr)) {
 		struct ast_netsock *sock;
 		int res;
 




More information about the svn-commits mailing list