aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_vpb.c')
-rwxr-xr-xchannels/chan_vpb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c
index be6004992..bfb777e73 100755
--- a/channels/chan_vpb.c
+++ b/channels/chan_vpb.c
@@ -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;