summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mfa.c
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-02-15 10:32:24 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-02-15 10:32:24 +0000
commit0f970a41753689486aa101b9be3eb12f3421f1a1 (patch)
tree3f86f4f5e8099e9276f0adf4f2be209dea13547e /usr.sbin/smtpd/mfa.c
parent877d1aa70b2c58e7d05e67975931b87ad6006172 (diff)
New config.c that allows for process cloning. Done by pyr@ for
relayd at n2k9, and adapted to smtpd; ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/mfa.c')
-rw-r--r--usr.sbin/smtpd/mfa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/mfa.c b/usr.sbin/smtpd/mfa.c
index 4aec3aad6a1..11f41684542 100644
--- a/usr.sbin/smtpd/mfa.c
+++ b/usr.sbin/smtpd/mfa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfa.c,v 1.10 2009/01/27 22:48:29 gilles Exp $ */
+/* $OpenBSD: mfa.c,v 1.11 2009/02/15 10:32:23 jacekm Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -429,6 +429,7 @@ mfa(struct smtpd *env)
signal(SIGPIPE, SIG_IGN);
signal(SIGHUP, SIG_IGN);
+ config_pipes(env, peers, 4);
config_peers(env, peers, 4);
mfa_setup_events(env);