From: Mark Spencer Date: Mon, 1 Nov 2004 14:48:07 +0000 (+0000) Subject: Fix small typo X-Git-Tag: 1.2.0-beta1~1906 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f5cd4a95c7344d487d527a4bdee1c82afc56c85;p=thirdparty%2Fasterisk.git Fix small typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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)