aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 19:06:50 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 19:06:50 +0000
commitd6f64532d4641ea8f535c55e9114763675e1a786 (patch)
treed1b1a385265e43920eb644f98afe5880168f43aa /pbx
parent72f1995b69a21868f16c2c3d72f44e5ddf1f2546 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@15698 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_ael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 4b758a61b..0ab588679 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -778,8 +778,8 @@ static int __build_step(const char *what, const char *name, const char *filename
*label = NULL;
/* Remember where the whileblock starts */
forblock = (*pos);
- build_step("for", margs, filename, lineno, con, exten, pos, fields->next->next->data, &fillin, label);
build_step("for", margs, filename, lineno, con, exten, pos, c, &fillin, label);
+ build_step("for", margs, filename, lineno, con, exten, pos, fields->next->next->data, &fillin, label);
/* Close the loop */
app = "Goto";
snprintf(margs, mlen, "%d", forstart);