dect
/
asterisk
Archived
13
0
Fork 0

Fix small typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4143 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-11-01 14:48:07 +00:00
parent 79fb94c588
commit 3dc3cce9e4
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)