mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Some compilers warn, some don't. Fixing.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@148987 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3055,7 +3055,7 @@ static void make_email_file(FILE *p, char *srcemail, struct ast_vm_user *vmu, in
|
||||
char enc_cidnum[256] = "", enc_cidname[256] = "";
|
||||
struct tm tm;
|
||||
char *passdata = NULL, *passdata2;
|
||||
size_t len_passdata, len_passdata2, tmplen;
|
||||
size_t len_passdata = 0, len_passdata2, tmplen;
|
||||
#ifdef IMAP_STORAGE
|
||||
#define ENDL "\r\n"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user