Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv31798/channels

Modified Files:
        chan_vpb.c 
Log Message:
/ fixed bug introduced during bridge code cleanups


Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- chan_vpb.c  9 Aug 2005 01:59:59 -0000       1.92
+++ chan_vpb.c  14 Aug 2005 22:56:34 -0000      1.93
@@ -401,8 +401,7 @@
        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;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to