[Asterisk-cvs] asterisk/res res_features.c,1.19,1.20
citats at lists.digium.com
citats at lists.digium.com
Thu Oct 28 11:50:23 CDT 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv15732/res
Modified Files:
res_features.c
Log Message:
Cleanup formatting in bug 2741 patch
Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- res_features.c 27 Oct 2004 22:01:33 -0000 1.19
+++ res_features.c 28 Oct 2004 15:53:36 -0000 1.20
@@ -305,9 +305,9 @@
char *monitor_exec;
if (chan && peer) {
- pbx_builtin_setvar_helper(chan, "BRIDGEPEER", peer->name);
- pbx_builtin_setvar_helper(peer, "BRIDGEPEER", chan->name);
- } else if (chan)
+ pbx_builtin_setvar_helper(chan, "BRIDGEPEER", peer->name);
+ pbx_builtin_setvar_helper(peer, "BRIDGEPEER", chan->name);
+ } else if (chan)
pbx_builtin_setvar_helper(chan, "BLINDTRANSFER", NULL);
if (monitor_ok) {
More information about the svn-commits
mailing list