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

certified/13.18
Jenkins2 8 years ago committed by Gerrit Code Review
commit a3b142dbe0

@ -2732,7 +2732,7 @@ static int imap_store_file(const char *dir, const char *mailboxuser, const char
}
if (fread(buf, 1, len, p) != len) {
if (ferror(p)) {
ast_log(LOG_ERROR, "Error while reading mail file: %s\n");
ast_log(LOG_ERROR, "Error while reading mail file: %s\n", tmp);
return -1;
}
}

Loading…
Cancel
Save