[dovecot-cvs] dovecot/src/plugins/convert convert-storage.c, 1.10, 1.11

tss at dovecot.org tss at dovecot.org
Wed Dec 6 15:08:26 UTC 2006


Update of /var/lib/cvs/dovecot/src/plugins/convert
In directory talvi:/tmp/cvs-serv32161/plugins/convert

Modified Files:
	convert-storage.c 
Log Message:
Lock handling changes. Everything goes through file-lock API now and there's
only a single enum listing the different lock methods. This change exposed
some unneeded (or possibly even wrong?) unlock calls in index file handling
which were fixed.



Index: convert-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/convert/convert-storage.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- convert-storage.c	3 Dec 2006 13:35:19 -0000	1.10
+++ convert-storage.c	6 Dec 2006 15:08:24 -0000	1.11
@@ -219,7 +219,7 @@
 	struct mail_storage *source_storage, *dest_storage;
 	struct dotlock *dotlock;
         enum mail_storage_flags flags;
-        enum mail_storage_lock_method lock_method;
+        enum file_lock_method lock_method;
 	const char *path;
 	int ret;
 



More information about the dovecot-cvs mailing list