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

citats at lists.digium.com citats at lists.digium.com
Mon Feb 23 00:48:52 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	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.34.2.1
diff -u -d -r1.34 -r1.34.2.1
--- pbx_config.c	31 Jan 2004 20:22:25 -0000	1.34
+++ pbx_config.c	23 Feb 2004 05:37:01 -0000	1.34.2.1
@@ -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