[Asterisk-cvs] asterisk/channels chan_iax2.c,1.53,1.54

markster at lists.digium.com markster at lists.digium.com
Sun Oct 5 23:59:58 CDT 2003


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

Modified Files:
	chan_iax2.c 
Log Message:
Fix typo in CVS


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- chan_iax2.c	6 Oct 2003 04:59:49 -0000	1.53
+++ chan_iax2.c	6 Oct 2003 05:01:08 -0000	1.54
@@ -1038,7 +1038,7 @@
 		pvt->autoid = -1;
 		pvt->initid = -1;
 		if (pvt->bridgetrans)
-			ast_translator_free_path(p->bridgetrans);
+			ast_translator_free_path(pvt->bridgetrans);
 		pvt->bridgetrans = NULL;
 
 		/* Already gone */




More information about the svn-commits mailing list