aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-15 22:02:56 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-15 22:02:56 +0000
commita96652c99fcb2f134571f67c1330bee505d080d9 (patch)
tree2ea9b9c98c0d410f3ce03ae08c6af0549f6676eb /config.c
parent6a2cecd06c08f9709ad1f6b00b7a3a3df94cee78 (diff)
fix a miscalled arg in the #include support in external config handles
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3221 f38db490-d61c-443f-a65b-d21fe96a405b
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