aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 19:55:21 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 19:55:21 +0000
commit0306fcce5b10ed9f68cb7d0b1bf3840cd8350b5c (patch)
tree9f70da618884466b855487089f120637a9c2c7ea /apps/app_meetme.c
parent4a32b8e28ddd975fa839cd9dcae7645997567e81 (diff)
app_meemte used the ast_max_exten instead of path_max
solves bug 6822 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30037 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 129a57157..a4d82eb38 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -165,7 +165,7 @@ struct ast_conf_user {
int talking; /* Is user talking */
int zapchannel; /* Is a Zaptel channel */
char usrvalue[50]; /* Custom User Value */
- char namerecloc[AST_MAX_EXTENSION]; /* Name Recorded file Location */
+ char namerecloc[PATH_MAX]; /* Name Recorded file Location */
time_t jointime; /* Time the user joined the conference */
struct volume talk;
struct volume listen;