From 3dc3cce9e490f7ba207db47b90785db726c87605 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 1 Nov 2004 14:48:07 +0000 Subject: Fix small typo git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4143 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_dial.c b/apps/app_dial.c index bc1cfcb07..7491d4f9b 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -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) -- cgit v1.2.3