Merge "app_voicemail.c: Fix IMAP compile error." into 13

This commit is contained in:
zuul
2016-06-20 15:00:53 -05:00
committed by Gerrit Code Review
+2 -1
View File
@@ -3263,7 +3263,8 @@ void mm_lsub(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
void mm_status(MAILSTREAM * stream, char *mailbox, MAILSTATUS * status)
{
struct ast_str *str;
if (!DEBUG_ATLEAST(5) || !(str = ast_str_create(MAX_OBJECT_FIELD))) {
if (!DEBUG_ATLEAST(5) || !(str = ast_str_create(256))) {
return;
}