From ec5c12e2d63d2958a860a0f8d352da289d99b18b Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 9 Nov 2005 01:51:46 +0000 Subject: issue #5664 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7039 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx.c') 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); -- cgit v1.2.3