aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rwxr-xr-xconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 865fb6096..0ef4ca8fe 100755
--- a/config.c
+++ b/config.c
@@ -542,7 +542,7 @@ static int cfg_process(struct ast_config *tmp, struct ast_category **_tmpc, stru
load_func = reg->func;
if(load_func) {
ast_log(LOG_NOTICE,"External Include '%s' via '%s' config engine\n",arg,cur);
- load_func(configfile,tmp, _tmpc, _last, includelevel
+ load_func(arg,tmp, _tmpc, _last, includelevel
#ifdef PRESERVE_COMMENTS
,&acs
#endif