From: Alexandr Anikin Date: Sun, 17 Apr 2011 01:28:35 +0000 (+0000) Subject: fix compile error from r313907 X-Git-Tag: 11.0.0-beta1~1715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beee0e062dff0d3845af5b17a03964fdebfc1918;p=thirdparty%2Fasterisk.git fix compile error from r313907 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313944 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index e245b29f4d..a795c9f1d7 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -3962,7 +3962,7 @@ int configure_local_rtp(struct ooh323_pvt *p, ooCallData *call) 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)) {