mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
fix compile error from r313907
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3962,7 +3962,7 @@ int configure_local_rtp(struct ooh323_pvt *p, ooCallData *call)
|
|||||||
strerror(errno));
|
strerror(errno));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
ast_udptl_set_far_max_datagram(pvt->udptl, 144);
|
ast_udptl_set_far_max_datagram(p->udptl, 144);
|
||||||
|
|
||||||
if (p->owner) {
|
if (p->owner) {
|
||||||
while (p->owner && ast_channel_trylock(p->owner)) {
|
while (p->owner && ast_channel_trylock(p->owner)) {
|
||||||
|
Reference in New Issue
Block a user