[dovecot-cvs] dovecot/src/lib mmap-anon.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Wed Apr 23 19:54:26 EEST 2003


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

Modified Files:
	mmap-anon.c 
Log Message:
and disable debugging :)



Index: mmap-anon.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/mmap-anon.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mmap-anon.c	23 Apr 2003 15:54:05 -0000	1.12
+++ mmap-anon.c	23 Apr 2003 15:54:24 -0000	1.13
@@ -104,10 +104,6 @@
 
 	i_assert(address != NULL);
 
-	i_warning("%p %u", address, length);
-	errno = ENOMEM;
-	return -1;
-
 	base = mmap(address, length, PROT_READ | PROT_WRITE,
 		    MAP_FIXED | MAP_ANONYMOUS | MAP_PRIVATE, zero_fd, 0);
 




More information about the dovecot-cvs mailing list