[dovecot-cvs] dovecot/src/lib file-lock.c,1.10,1.11

tss at dovecot.org tss at dovecot.org
Sat Dec 9 16:19:48 UTC 2006


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

Modified Files:
	file-lock.c 
Log Message:
Forgot to remove debugging abort() call



Index: file-lock.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/file-lock.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- file-lock.c	6 Dec 2006 15:08:22 -0000	1.10
+++ file-lock.c	9 Dec 2006 16:19:46 -0000	1.11
@@ -65,7 +65,6 @@
 			return 0;
 		}
 		i_error("fcntl() locking failed for file %s: %m", path);
-		abort();
 		return -1;
 #endif
 	}



More information about the dovecot-cvs mailing list