blob: 4d1a8cd58f8974de6513b96d397dc89c502622d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sendmail/daemon.c.orig 2021-07-14 05:34:51 UTC
+++ sendmail/daemon.c
@@ -788,6 +788,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;
|