[Asterisk-cvs] asterisk config.c,1.21,1.22

anthm at lists.digium.com anthm at lists.digium.com
Tue Jun 15 16:58:00 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12080

Modified Files:
	config.c 
Log Message:
fix a miscalled arg in the #include support in external config handles


Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- config.c	12 Jun 2004 14:34:15 -0000	1.21
+++ config.c	15 Jun 2004 22:02:56 -0000	1.22
@@ -542,7 +542,7 @@
 								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




More information about the svn-commits mailing list