summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/lka.c')
-rw-r--r--usr.sbin/smtpd/lka.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c
index a4b9b953fb1..7674fa26303 100644
--- a/usr.sbin/smtpd/lka.c
+++ b/usr.sbin/smtpd/lka.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lka.c,v 1.161 2013/11/20 09:22:42 eric Exp $ */
+/* $OpenBSD: lka.c,v 1.162 2014/02/04 09:05:06 eric Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -653,12 +653,6 @@ lka(void)
signal(SIGPIPE, SIG_IGN);
signal(SIGHUP, SIG_IGN);
- /*
- * lka opens all kinds of files and sockets, so bump the limit to max.
- * XXX: need to analyse the exact hard limit.
- */
- fdlimit(1.0);
-
config_peer(PROC_PARENT);
config_peer(PROC_QUEUE);
config_peer(PROC_SMTP);