[Asterisk-cvs] asterisk pbx.c,1.257,1.258

russell at lists.digium.com russell at lists.digium.com
Sun Jul 10 19:41:35 CDT 2005


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

Modified Files:
	pbx.c 
Log Message:
define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- pbx.c	8 Jul 2005 21:14:34 -0000	1.257
+++ pbx.c	10 Jul 2005 23:49:57 -0000	1.258
@@ -4632,7 +4632,7 @@
 struct async_stat {
 	pthread_t p;
 	struct ast_channel *chan;
-	char context[AST_MAX_EXTENSION];
+	char context[AST_MAX_CONTEXT];
 	char exten[AST_MAX_EXTENSION];
 	int priority;
 	int timeout;




More information about the svn-commits mailing list