blob: 6b5cdca95e7774e650d9de7fc71a3eb2cb3b4893 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sendmail/daemon.c.orig 2023-10-27 05:47:26 UTC
+++ sendmail/daemon.c
@@ -782,6 +782,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;
|