[Asterisk-cvs] asterisk/pbx pbx_config.c,1.34,1.35

citats at lists.digium.com citats at lists.digium.com
Mon Feb 23 00:49:16 CST 2004


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

Modified Files:
	pbx_config.c 
Log Message:
Fix some comments in pbx.c and pbx_config.c



Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- pbx_config.c	31 Jan 2004 20:22:25 -0000	1.34
+++ pbx_config.c	23 Feb 2004 05:37:24 -0000	1.35
@@ -1576,7 +1576,7 @@
 		}
 		cxt = ast_category_browse(cfg, NULL);
 		while(cxt) {
-			/* All categories but "general" are considered contexts */
+			/* All categories but "general" or "globals" are considered contexts */
 			if (!strcasecmp(cxt, "general") || !strcasecmp(cxt, "globals")) {
 				cxt = ast_category_browse(cfg, cxt);
 				continue;




More information about the svn-commits mailing list