]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mdbox: Fixed plugins accessing unsaved mail's stream.
authorTimo Sirainen <tss@iki.fi>
Fri, 19 Feb 2010 12:23:05 +0000 (14:23 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 19 Feb 2010 12:23:05 +0000 (14:23 +0200)
--HG--
branch : HEAD

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

index 0dd7b616967c7c4bdf9883e5b835439228ab8bb4..2a6e1a868b421a6f3f89eabf86e69378bec97fd0 100644 (file)
@@ -125,7 +125,6 @@ int mdbox_mail_open(struct dbox_mail *mail, uoff_t *offset_r,
                                                         _mail->seq,
                                                         &mail->offset);
                        mail->open_file->refcount++;
-                       break;
                }
 
                if (!dbox_file_is_open(mail->open_file))