]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Tue, 28 Mar 2006 19:06:50 +0000 (19:06 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 28 Mar 2006 19:06:50 +0000 (19:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@15698 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/pbx_ael.c

index 4b758a61b62beb32f27de9da6037a368f07c1c89..0ab5886799a2db0d541241b03493179b46c7888d 100644 (file)
@@ -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);