[dovecot-cvs] dovecot/src/lib-index mail-index.c,1.73,1.74

cras at procontrol.fi cras at procontrol.fi
Wed Nov 20 20:27:54 EET 2002


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

Modified Files:
	mail-index.c 
Log Message:
debug fix



Index: mail-index.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- mail-index.c	13 Nov 2002 11:01:11 -0000	1.73
+++ mail-index.c	20 Nov 2002 18:27:52 -0000	1.74
@@ -370,6 +370,9 @@
 				return index_set_syscall_error(index,
 							"file_wait_lock()");
 			index->lock_type = MAIL_LOCK_EXCLUSIVE;
+
+			debug_mprotect(index->mmap_base,
+				       index->mmap_full_length, index);
 		}
 
 		/* check again, in case it was already fscked while we had




More information about the dovecot-cvs mailing list