]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix typo
authorMark Spencer <markster@digium.com>
Wed, 26 Mar 2003 00:31:41 +0000 (00:31 +0000)
committerMark Spencer <markster@digium.com>
Wed, 26 Mar 2003 00:31:41 +0000 (00:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@692 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index e64a81cdaad9c5788f9ac9328eebebdb59408cd6..d1f0b5f6095b9ffd370f4712d5fa328d8e3a6a25 100755 (executable)
@@ -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;