aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-26 00:31:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-26 00:31:41 +0000
commit6d517428b3245ebe7436320bc578b732085f0acd (patch)
treedeb46a097ed6a84b81f30730f55fa49f0cd667f2 /apps
parentb149fbccf8def6d39ae598a982c6b36b5ee40288 (diff)
Fix typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@692 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index e64a81cda..d1f0b5f60 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -585,7 +585,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
ast_channel_setoption(chan,AST_OPTION_AUDIO_MODE,&x,sizeof(char),0);
ast_channel_setoption(peer,AST_OPTION_AUDIO_MODE,&x,sizeof(char),0);
}
- res = ast_bridge_call(chan, peer, allowredir, allowdisconnect | tmp->clearchannel);
+ res = ast_bridge_call(chan, peer, allowredir, allowdisconnect | clearchannel);
if (clearchannel)
{
int x = 1;