Skip to content
Snippets Groups Projects
Commit 2f5cd4a9 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix small typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fbc20514
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment