[dovecot-cvs] dovecot/src/lib-index mailbox-list-index-sync.c, 1.4, 1.5

tss at dovecot.org tss at dovecot.org
Thu Mar 15 03:24:17 EET 2007


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv29831

Modified Files:
	mailbox-list-index-sync.c 
Log Message:
fix



Index: mailbox-list-index-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mailbox-list-index-sync.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mailbox-list-index-sync.c	19 Jan 2007 19:56:54 -0000	1.4
+++ mailbox-list-index-sync.c	15 Mar 2007 01:24:15 -0000	1.5
@@ -627,6 +627,7 @@
 		/* file_cache_write() calls may have moved mmaping */
 		index->const_mmap_base = file_cache_get_map(index->file_cache,
 							    &index->mmap_size);
+		index->hdr = index->const_mmap_base;
 	}
 
 	sync_dir->offset = base_offset;



More information about the dovecot-cvs mailing list