]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_meemte used the ast_max_exten instead of path_max
authorMatt O'Gorman <mogorman@digium.com>
Wed, 24 May 2006 19:55:21 +0000 (19:55 +0000)
committerMatt O'Gorman <mogorman@digium.com>
Wed, 24 May 2006 19:55:21 +0000 (19:55 +0000)
solves bug 6822

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30037 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 129a5715787f45c594063fed872882e2ccc1f3f5..a4d82eb384dea4f00a22b0f9d9707f9939ee8d48 100644 (file)
@@ -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;