From 67e45fa331fac447ef3d5c6bfe27177370b4c78d Mon Sep 17 00:00:00 2001 From: file Date: Fri, 29 Feb 2008 13:48:13 +0000 Subject: Bump up the size of the uniqueid variable. (closes issue #12107) Reported by: asgaroth git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@105261 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 8474b3001..dc7006b2e 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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 */ -- cgit v1.2.3