summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-07-10 23:58:33 +0000
committerRussell Bryant <russell@russellbryant.com>2005-07-10 23:58:33 +0000
commit5df2640539cd1f4931d5fbbd6f7a98cb14f4ca83 (patch)
tree6de1edf1f55c567f18c74591b19fdc8c9ff574c4 /res/res_features.c
parent5bf8872b42aa56cd28754cca335b67b764ddfc16 (diff)
use AST_MAX_CONTEXT
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rwxr-xr-xres/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index cfda60587..d9cccc67b 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -128,7 +128,7 @@ struct parkeduser {
struct timeval start;
int parkingnum;
/* Where to go if our parking time expires */
- char context[AST_MAX_EXTENSION];
+ char context[AST_MAX_CONTEXT];
char exten[AST_MAX_EXTENSION];
int priority;
int parkingtime;