Fix small typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-11-01 14:48:07 +00:00
parent fbc2051442
commit 2f5cd4a95c
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
ast_verbose(VERBOSE_PREFIX_3 "Couldn't call %s\n", numsubst);
ast_hangup(tmp->chan);
tmp->chan = NULL;
cur = rest;
continue;
} else
if (option_verbose > 2)