[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-sync-expunge.c, 1.11, 1.12

cras at dovecot.org cras at dovecot.org
Wed Apr 12 20:08:58 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv7140

Modified Files:
	dbox-sync-expunge.c 
Log Message:
Removed accidentally committed debugging code



Index: dbox-sync-expunge.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-sync-expunge.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dbox-sync-expunge.c	31 Mar 2006 21:21:20 -0000	1.11
+++ dbox-sync-expunge.c	12 Apr 2006 17:08:56 -0000	1.12
@@ -439,7 +439,7 @@
 	const char *path;
 	int ret;
 
-	if (ctx->dotlock_failed_file_seq != sync_entry->file_seq && 0) {
+	if (ctx->dotlock_failed_file_seq != sync_entry->file_seq) {
 		/* we need to have the file locked in case another process is
 		   appending there already. */
 		path = t_strdup_printf("%s/"DBOX_MAILDIR_NAME"/"



More information about the dovecot-cvs mailing list