aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-10 23:58:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-10 23:58:33 +0000
commit0258927ef2a5279502d876c425f48dd852235132 (patch)
tree6de1edf1f55c567f18c74591b19fdc8c9ff574c4
parent195b213e41e1026b393322e7581ea5fdf3520183 (diff)
use AST_MAX_CONTEXT
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6079 f38db490-d61c-443f-a65b-d21fe96a405b
-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;