dovecot-1.2: lib-index: One more fix to handling 32bit ext-heade...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Nov 23 18:44:55 EET 2009
    
    
  
details:   http://hg.dovecot.org/dovecot-1.2/rev/40a6a70b3146
changeset: 9487:40a6a70b3146
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 23 11:43:46 2009 -0500
description:
lib-index: One more fix to handling 32bit ext-header updates.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mail-transaction-log-append.c |    2 +-
diffs (12 lines):
diff -r 9a8eb4d68b04 -r 40a6a70b3146 src/lib-index/mail-transaction-log-append.c
--- a/src/lib-index/mail-transaction-log-append.c	Mon Nov 23 11:41:29 2009 -0500
+++ b/src/lib-index/mail-transaction-log-append.c	Mon Nov 23 11:43:46 2009 -0500
@@ -311,7 +311,7 @@ log_append_ext_hdr_update(struct log_app
 	buffer_t *buf;
 	const unsigned char *data, *mask;
 	struct mail_transaction_ext_hdr_update u;
-	struct mail_transaction_ext_hdr_update u32;
+	struct mail_transaction_ext_hdr_update32 u32;
 	size_t offset;
 	bool started = FALSE, use_32 = hdr->alloc_size >= 65536;
 
    
    
More information about the dovecot-cvs
mailing list