From 2f5cd4a95c7344d487d527a4bdee1c82afc56c85 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 1 Nov 2004 14:48:07 +0000 Subject: [PATCH] Fix small typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_dial.c b/apps/app_dial.c index bc1cfcb071..7491d4f9bc 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)