aboutsummaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
authormay <may@f38db490-d61c-443f-a65b-d21fe96a405b>2011-04-17 01:28:35 +0000
committermay <may@f38db490-d61c-443f-a65b-d21fe96a405b>2011-04-17 01:28:35 +0000
commit68e19a10c518ccf56a6a7d9d0b8efd1f77befe4e (patch)
tree99051e9b1c0ff620e1cb7f9cfaaaea7a49ff51dd /addons
parentbdbfbefbbc70f0cb24127e98233b68b9e39b2e5e (diff)
fix compile error from r313907
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@313944 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_ooh323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index e245b29f4..a795c9f1d 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)) {