]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dbox: Minor error logging fix.
authorTimo Sirainen <tss@iki.fi>
Wed, 21 Jan 2009 23:31:12 +0000 (18:31 -0500)
committerTimo Sirainen <tss@iki.fi>
Wed, 21 Jan 2009 23:31:12 +0000 (18:31 -0500)
--HG--
branch : HEAD

src/lib-storage/index/dbox/dbox-mail.c

index 9aaed85f3ebbe94f685a7c44b4bdbfc973ceb2ad..29d4b21deb4f444e65dffc27297d758784476433 100644 (file)
@@ -239,7 +239,7 @@ dbox_mail_get_stream(struct mail *_mail, struct message_size *hdr_size,
        struct index_mail_data *data = &mail->imail.data;
        struct istream *input;
        uoff_t offset, size;
-       uint32_t uid;
+       uint32_t uid = 0;
        bool expunged;
        int ret;