ports/mail/sendmail/files/patch-daemon.c
2024-01-31 20:20:51 +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;