dovecot-1.1: And compile fix for last change.

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 21:35:33 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/697000a67c42
changeset: 7290:697000a67c42
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 21:37:45 2008 +0200
description:
And compile fix for last change.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-mail-headers.c |    2 +-

diffs (12 lines):

diff -r 589663d269de -r 697000a67c42 src/lib-storage/index/index-mail-headers.c
--- a/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:27:39 2008 +0200
+++ b/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:37:45 2008 +0200
@@ -215,7 +215,7 @@ void index_mail_parse_header_init(struct
 			  (HEADER_MATCH_SKIP_COUNT-1)) == 0);
 		if (mail->header_match_value == 0) {
 			/* wrapped, we'll have to clear the buffer */
-			buffer_reset(mail->header_match->arr.buffer);
+			buffer_reset(mail->header_match.arr.buffer);
 			mail->header_match_value = HEADER_MATCH_SKIP_COUNT;
 		}
 	}


More information about the dovecot-cvs mailing list