blob: 21edf8ff4383e10743a03290ed910156a69cf835 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|