[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.21,1.22

cras at procontrol.fi cras at procontrol.fi
Sun Oct 26 19:28:47 EET 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv23931

Modified Files:
	mail-cache.c 
Log Message:
cleanup


Index: mail-cache.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mail-cache.c	26 Oct 2003 17:19:59 -0000	1.21
+++ mail-cache.c	26 Oct 2003 17:28:44 -0000	1.22
@@ -810,8 +810,8 @@
 
 	memset(&hdr, 0, sizeof(hdr));
 	hdr.indexid = cache->index->indexid;
-	hdr.sync_id = cache->sync_id = cache->index->cache_sync_id
-		=++cache->index->header->cache_sync_id;
+	hdr.sync_id = cache->sync_id = cache->index->cache_sync_id =
+		++cache->index->header->cache_sync_id;
 	hdr.used_file_size = uint32_to_nbo(sizeof(hdr));
 	cache->used_file_size = sizeof(hdr);
 



More information about the dovecot-cvs mailing list