[asterisk-commits] murf: branch murf/AEL2-1.2 r59694 -
/team/murf/AEL2-1.2/pbx/pbx_ael2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 2 10:47:44 MST 2007
Author: murf
Date: Mon Apr 2 12:47:44 2007
New Revision: 59694
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59694
Log:
from 9435; continues need to increment.
Modified:
team/murf/AEL2-1.2/pbx/pbx_ael2.c
Modified: team/murf/AEL2-1.2/pbx/pbx_ael2.c
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2-1.2/pbx/pbx_ael2.c?view=diff&rev=59694&r1=59693&r2=59694
==============================================================================
--- team/murf/AEL2-1.2/pbx/pbx_ael2.c (original)
+++ team/murf/AEL2-1.2/pbx/pbx_ael2.c Mon Apr 2 12:47:44 2007
@@ -2994,7 +2994,7 @@
/* now, put the body of the for loop here */
exten->loop_break = for_end;
- exten->loop_continue = for_test;
+ exten->loop_continue = for_inc;
gen_prios(exten, new_label, p->u4.for_statements, mother_exten, this_context); /* this will link in all the statements here */
More information about the asterisk-commits
mailing list