summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-07-10 23:49:57 +0000
committerRussell Bryant <russell@russellbryant.com>2005-07-10 23:49:57 +0000
commit4c531ca8c0c9e88a12c011b59085184f72087e59 (patch)
tree4db59d5d09ba10d210876efd1cab834c716be5b0 /pbx.c
parentc18fd5cd8c1b6e582915d920d0831441505c30fc (diff)
define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6076 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index f4deb884d..d872bd233 100755
--- a/pbx.c
+++ b/pbx.c
@@ -4632,7 +4632,7 @@ int ast_add_extension2(struct ast_context *con,
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;