aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-28 15:53:36 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-28 15:53:36 +0000
commit30207eb9710d1bdd8619ac17658305855300c67d (patch)
tree8135c13a530986944529a74e0f7159f97122a769 /res/res_features.c
parent0c58da30ce65178f57f469681b885ef3f7afee99 (diff)
Cleanup formatting in bug 2741 patch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4118 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_features.c')
-rwxr-xr-xres/res_features.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/res_features.c b/res/res_features.c
index bc10ca5a8..f79d2b4e2 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -305,9 +305,9 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
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) {