mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
/ fixed bug introduced during bridge code cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -401,8 +401,7 @@ static enum ast_bridge_result vpb_bridge(struct ast_channel *c0, struct ast_chan
|
||||
struct vpb_pvt *p0 = (struct vpb_pvt *)c0->tech_pvt;
|
||||
struct vpb_pvt *p1 = (struct vpb_pvt *)c1->tech_pvt;
|
||||
int i;
|
||||
enum ast_bridge_result res;
|
||||
|
||||
int res;
|
||||
struct ast_channel *cs[3];
|
||||
struct ast_channel *who;
|
||||
int to = -1;
|
||||
|
Reference in New Issue
Block a user