opnsense-ports/mail/sendmail/files/patch-daemon.c
Franco Fichtner 4594ae1dde */*: sync with upstream
Taken from: FreeBSD
2024-02-01 17:24:05 +01:00

11 lines
225 B
C

--- sendmail/daemon.c.orig 2024-01-31 06:38:32 UTC
+++ sendmail/daemon.c
@@ -782,6 +782,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;