[Asterisk-cvs] asterisk/pbx pbx_config.c,1.15,1.16

markster at lists.digium.com markster at lists.digium.com
Sat Oct 25 12:23:59 CDT 2003


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

Modified Files:
	pbx_config.c 
Log Message:
Verify includes, and give warnings if invalid (bug #429)


Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pbx_config.c	10 Sep 2003 05:24:49 -0000	1.15
+++ pbx_config.c	25 Oct 2003 17:50:06 -0000	1.16
@@ -1653,6 +1653,10 @@
 		ast_destroy(cfg);
 	}
 	ast_merge_contexts_and_delete(&local_contexts,registrar);
+
+	for (con = ast_walk_contexts(NULL); con; con = ast_walk_contexts(con))
+		ast_context_verify_includes(con);
+
 	return 0;
 }
 




More information about the svn-commits mailing list