mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
11 lines
225 B
C
11 lines
225 B
C
--- 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;
|