/ fixed for change in ast_channel structure

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Ben Kramer
2004-10-28 00:51:25 +00:00
parent b7015cb9bc
commit 2781d38064

View File

@@ -1848,9 +1848,9 @@ static void *do_chanreads(void *pvt)
} else { } else {
if (option_verbose > 4) if (option_verbose > 4)
ast_verbose("%s: chanreads: No native bridge.\n", p->dev); ast_verbose("%s: chanreads: No native bridge.\n", p->dev);
if (p->owner->bridge){ if (p->owner->_bridge){
if (option_verbose > 4){ if (option_verbose > 4){
ast_verbose("%s: chanreads: Got Asterisk bridge with [%s].\n", p->dev,p->owner->bridge->name); ast_verbose("%s: chanreads: Got Asterisk bridge with [%s].\n", p->dev,p->owner->_bridge->name);
} }
bridgerec = 1; bridgerec = 1;
} }