aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-01 14:48:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-01 14:48:07 +0000
commit3dc3cce9e490f7ba207db47b90785db726c87605 (patch)
treeb2eda27ef0c4d6371df47965a848ff476472ec2c /apps
parent79fb94c588ddeb88179de8dbe9632730b68d8018 (diff)
Fix small typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4143 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c1
1 files changed, 1 insertions, 0 deletions
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)