[asterisk-commits] tilghman: branch 1.6.0 r222541 - /branches/1.6.0/res/ael/pval.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 7 12:32:09 CDT 2009
Author: tilghman
Date: Wed Oct 7 12:32:06 2009
New Revision: 222541
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222541
Log:
Small typo (thanks, jpeeler)
Modified:
branches/1.6.0/res/ael/pval.c
Modified: branches/1.6.0/res/ael/pval.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/res/ael/pval.c?view=diff&rev=222541&r1=222540&r2=222541
==============================================================================
--- branches/1.6.0/res/ael/pval.c (original)
+++ branches/1.6.0/res/ael/pval.c Wed Oct 7 12:32:06 2009
@@ -3385,7 +3385,7 @@
switch_set = new_prio();
switch_set->type = AEL_APPCALL;
switch_set->app = strdup("Set");
- if (!strcmp(mother_exten->name, "s") && first) {
+ if (!strcmp(exten->name, "s") && first) {
switch_set->appargs = strdup("LOCAL(~~EXTEN~~)=${EXTEN}");
} else {
switch_set->appargs = strdup("~~EXTEN~~=${EXTEN}");
More information about the asterisk-commits
mailing list