summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-daemon.c
blob: 9189bf8a2a8925660c459b3de12de5471575eaed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sendmail/daemon.c.orig	2016-06-12 18:25:14.196269000 -0400
+++ sendmail/daemon.c	2016-06-12 18:31:47.159880000 -0400
@@ -754,6 +754,10 @@
 						anynet_ntoa(&RealHostAddr));
 			}
 
+#ifdef USE_BLACKLIST
+			blacklist_init();
+#endif
+
 			if (pipefd[0] != -1)
 			{
 				auto char c;