From: Mark Spencer Date: Wed, 26 Mar 2003 00:31:41 +0000 (+0000) Subject: Fix typo X-Git-Tag: 0.4.0~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2e7f73adc25af5a3f6c29c8e25bca808b6b35c4;p=thirdparty%2Fasterisk.git Fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@692 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index e64a81cdaa..d1f0b5f609 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;