mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
app_voicemail.c: Fix IMAP compile error.
Fix compile error introduced by the patch for ASTERISK-26045 Change-Id: I5b02876266f2824f4cec2b54d6ff4db5de5778d3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user