mail: fix unitialized access

SVN revision: 64076
This commit is contained in:
Lucas De Marchi 2011-10-14 12:24:56 +00:00
parent 9d983b0c10
commit 0f08cb9c7d
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ static void
_mail_mbox_check_mail_parser (Config_Box *cb)
{
FILE *f;
int header;
int header = 0;
char buf[1024];
if (!cb->new_path)