mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 21:04:01 +00:00
fix a miscalled arg in the #include support in external config handles
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
config.c
2
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
|
||||
|
||||
Reference in New Issue
Block a user