opnsense-ports/mail/sendmail/files/patch-daemon.c
Franco Fichtner b384346f6d */*: sync with upstream
Taken from: HardenedBSD
2018-01-03 17:34:10 +01:00

11 lines
225 B
C

--- sendmail/daemon.c.orig 2015-02-28 00:50:03 UTC
+++ sendmail/daemon.c
@@ -754,6 +754,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;