[asterisk-commits] may: trunk r313944 - /trunk/addons/chan_ooh323.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Apr 16 20:28:37 CDT 2011


Author: may
Date: Sat Apr 16 20:28:35 2011
New Revision: 313944

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=313944
Log:
fix compile error from r313907

Modified:
    trunk/addons/chan_ooh323.c

Modified: trunk/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/chan_ooh323.c?view=diff&rev=313944&r1=313943&r2=313944
==============================================================================
--- trunk/addons/chan_ooh323.c (original)
+++ trunk/addons/chan_ooh323.c Sat Apr 16 20:28:35 2011
@@ -3962,7 +3962,7 @@
 			strerror(errno));
 		return 0;
 	}
-	ast_udptl_set_far_max_datagram(pvt->udptl, 144);
+	ast_udptl_set_far_max_datagram(p->udptl, 144);
 
 	if (p->owner) {
 		while (p->owner && ast_channel_trylock(p->owner)) {




More information about the asterisk-commits mailing list