dovecot: Don't grow fd limit ourself.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 15 17:02:38 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/08eaa53f1aaa
changeset: 6397:08eaa53f1aaa
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 15 16:58:36 2007 +0300
description:
Don't grow fd limit ourself.

diffstat:

1 file changed, 1 deletion(-)
src/master/main.c |    1 -

diffs (11 lines):

diff -r 1b21dfee7bd7 -r 08eaa53f1aaa src/master/main.c
--- a/src/master/main.c	Sat Sep 15 16:58:18 2007 +0300
+++ b/src/master/main.c	Sat Sep 15 16:58:36 2007 +0300
@@ -177,7 +177,6 @@ static void create_pid_file(const char *
 
 static void main_init(bool log_error)
 {
-	(void)restrict_raise_fd_limit(DOVECOT_MASTER_FD_MIN_LIMIT);
 	drop_capabilities();
 
 	/* deny file access from everyone else except owner */


More information about the dovecot-cvs mailing list