aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 20:05:12 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 20:05:12 +0000
commit24cda32ec77063753ee90bea6619d3ba1ae1078f (patch)
tree011cea41ebf78aeae0b4539916c274d860ff8586 /apps/app_meetme.c
parent519a3103edbcf6d1944fc84c97ddfca7d20c9a58 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@30067 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;