blob: a0a2233656928b7d4a47fb5d19a9539973c15587 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sendmail/daemon.c.orig 2015-02-28 00:50:03 UTC
+++ sendmail/daemon.c
@@ -754,6 +754,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;
|