dovecot: Fixes
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jul 9 06:47:23 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/2133c966701a
changeset: 5936:2133c966701a
user: Timo Sirainen <tss at iki.fi>
date: Mon Jul 09 06:47:17 2007 +0300
description:
Fixes
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
src/master/main.c | 3 ++-
diffs (20 lines):
diff -r 9160d4bd8c0b -r 2133c966701a src/master/main.c
--- a/src/master/main.c Mon Jul 09 06:44:44 2007 +0300
+++ b/src/master/main.c Mon Jul 09 06:47:17 2007 +0300
@@ -16,6 +16,7 @@
#include "login-process.h"
#include "mail-process.h"
#include "syslog-util.h"
+#include "listener.h"
#include "ssl-init.h"
#include "log.h"
@@ -145,7 +146,7 @@ static void open_fds(void)
}
if (!IS_INETD())
- listeners_open_fds(FALSE);
+ listeners_open_fds(NULL, FALSE);
/* close stdin and stdout. */
if (dup2(null_fd, 0) < 0)
More information about the dovecot-cvs
mailing list