aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;