[dovecot-cvs] dovecot-lda/src duplicate.c,1.5,1.6

cras at dovecot.org cras at dovecot.org
Wed Feb 8 18:00:52 EET 2006


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv14232

Modified Files:
	duplicate.c 
Log Message:
Fixed to work with dotlock changes



Index: duplicate.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/duplicate.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- duplicate.c	14 Jan 2006 23:25:25 -0000	1.5
+++ duplicate.c	8 Feb 2006 16:00:49 -0000	1.6
@@ -32,17 +32,16 @@
 };
 
 static struct dotlock_settings duplicate_dotlock_set = {
-	NULL,
-	NULL,
+	MEMBER(temp_prefix) NULL,
+	MEMBER(lock_suffix) NULL,
 
-	10,
-	0,
-	60*5,
+	MEMBER(timeout) 10,
+	MEMBER(stale_timeout) 60,
 
-	NULL,
-	NULL,
+	MEMBER(callback) NULL,
+	MEMBER(context) NULL,
 
-	FALSE
+	MEMBER(use_excl_lock) FALSE
 };
 static struct duplicate_file *duplicate_file = NULL;
 



More information about the dovecot-cvs mailing list