mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Fix small typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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_verbose(VERBOSE_PREFIX_3 "Couldn't call %s\n", numsubst);
|
||||||
ast_hangup(tmp->chan);
|
ast_hangup(tmp->chan);
|
||||||
tmp->chan = NULL;
|
tmp->chan = NULL;
|
||||||
|
cur = rest;
|
||||||
continue;
|
continue;
|
||||||
} else
|
} else
|
||||||
if (option_verbose > 2)
|
if (option_verbose > 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user