]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix a miscalled arg in the #include support in external config handles
authorAnthony Minessale II <anthmct@yahoo.com>
Tue, 15 Jun 2004 22:02:56 +0000 (22:02 +0000)
committerAnthony Minessale II <anthmct@yahoo.com>
Tue, 15 Jun 2004 22:02:56 +0000 (22:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3221 65c4cc65-6c06-0410-ace0-fbb531ad65f3

config.c

index 865fb60968fe73515b3bb6e285ec6e392d5eca07..0ef4ca8fe40cb99ef4d1c0cc14c4ade41b00e3d7 100755 (executable)
--- 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