mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
Bump up the size of the uniqueid variable.
(closes issue #12107) Reported by: asgaroth git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@105261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -335,7 +335,7 @@ struct ast_vm_user {
|
|||||||
char zonetag[80]; /*!< Time zone */
|
char zonetag[80]; /*!< Time zone */
|
||||||
char callback[80];
|
char callback[80];
|
||||||
char dialout[80];
|
char dialout[80];
|
||||||
char uniqueid[20]; /*!< Unique integer identifier */
|
char uniqueid[80]; /*!< Unique integer identifier */
|
||||||
char exit[80];
|
char exit[80];
|
||||||
char attachfmt[20]; /*!< Attachment format */
|
char attachfmt[20]; /*!< Attachment format */
|
||||||
unsigned int flags; /*!< VM_ flags */
|
unsigned int flags; /*!< VM_ flags */
|
||||||
|
|||||||
Reference in New Issue
Block a user