aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-09 01:51:46 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-09 01:51:46 +0000
commitec5c12e2d63d2958a860a0f8d352da289d99b18b (patch)
tree5d92a28826a17a78944b2072d302389d2bf5b78b /pbx.c
parentfd40f80b8c0b214dbfa89955bb58b053101aa131 (diff)
issue #5664
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7039 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index e9bbb5f67..8c66db9b5 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1520,7 +1520,7 @@ static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
workspace[0] = '\0';
- parse_variable_name(var, &offset, &offset2, &isfunction);
+ parse_variable_name(vars, &offset, &offset2, &isfunction);
if (isfunction) {
/* Evaluate function */
cp4 = ast_func_read(c, vars, workspace, VAR_BUF_SIZE);