]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bump up the size of the uniqueid variable.
authorJoshua Colp <jcolp@digium.com>
Fri, 29 Feb 2008 13:48:13 +0000 (13:48 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 29 Feb 2008 13:48:13 +0000 (13:48 +0000)
(closes issue #12107)
Reported by: asgaroth

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

apps/app_voicemail.c

index 8474b30010b8639b6cafcf3fda414a7c979b2f20..dc7006b2e1481f40f45eef9f8e281ac9d1de0dc5 100644 (file)
@@ -335,7 +335,7 @@ struct ast_vm_user {
        char zonetag[80];                /*!< Time zone */
        char callback[80];
        char dialout[80];
-       char uniqueid[20];               /*!< Unique integer identifier */
+       char uniqueid[80];               /*!< Unique integer identifier */
        char exit[80];
        char attachfmt[20];              /*!< Attachment format */
        unsigned int flags;              /*!< VM_ flags */