summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/sendmail/files/patch-daemon.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-daemon.c b/mail/sendmail/files/patch-daemon.c
new file mode 100644
index 000000000000..9189bf8a2a89
--- /dev/null
+++ b/mail/sendmail/files/patch-daemon.c
@@ -0,0 +1,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;