]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Compile & indent fix for previous change.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 Jan 2017 12:45:20 +0000 (14:45 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 Jan 2017 12:47:24 +0000 (14:47 +0200)
src/lib-storage/index/index-mail-headers.c

index 27ea3148bfffab00c3419f4ae814c373549f92dc..b0467d7eae36e5de05b3e607cc82f5722d701840 100644 (file)
@@ -635,12 +635,12 @@ index_mail_get_raw_headers(struct index_mail *mail, const char *field,
                /* not in cache / error - first see if it's already parsed */
                p_free(mail->mail.data_pool, dest);
                if (mail->data.header_parser_initialized) {
-                   /* don't try to parse headers recursively. we're here
-                      because message size was wrong and istream-mail
-                      wants to log some cached headers. */
-                   i_assert(mail->lookup_abort == MAIL_LOOKUP_ABORT_NOT_IN_CACHE);
-                   mail_set_aborted(mail);
-                   return -1;
+                       /* don't try to parse headers recursively. we're here
+                          because message size was wrong and istream-mail
+                          wants to log some cached headers. */
+                       i_assert(mail->mail.mail.lookup_abort == MAIL_LOOKUP_ABORT_NOT_IN_CACHE);
+                       mail_set_aborted(&mail->mail.mail);
+                       return -1;
                }
                if (mail->header_seq != mail->data.seq ||
                    index_mail_header_is_parsed(mail, field_idx) < 0) {