aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/pony.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/pony.c')
-rw-r--r--smtpd/pony.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/smtpd/pony.c b/smtpd/pony.c
index c057a6df..fb0ec8bb 100644
--- a/smtpd/pony.c
+++ b/smtpd/pony.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pony.c,v 1.17 2017/01/09 09:53:23 reyk Exp $ */
+/* $OpenBSD: pony.c,v 1.18 2017/08/13 11:10:30 eric Exp $ */
/*
* Copyright (c) 2014 Gilles Chehade <gilles@poolp.org>
@@ -60,7 +60,7 @@ pony_imsg(struct mproc *p, struct imsg *imsg)
case IMSG_CONF_START:
return;
case IMSG_CONF_END:
- filter_configure();
+ smtp_configure();
return;
case IMSG_CTL_VERBOSE:
m_msg(&m, imsg);
@@ -148,7 +148,6 @@ pony(void)
mda_postfork();
mta_postfork();
smtp_postfork();
- filter_postfork();
/* do not purge listeners and pki, they are purged
* in smtp_configure()