From: Francesco Paolo Lovergine <frankie@debian.org>
Date: Sat, 1 Mar 2025 11:59:24 +0000
Subject: avoid builtin paranoid checking in libwrap.

Forwarded: not needed
Bug-Debian: http://bugs.debian.org/366397
---
 contrib/mod_wrap.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/mod_wrap.c b/contrib/mod_wrap.c
index 46f7b42..9c3586c 100644
--- a/contrib/mod_wrap.c
+++ b/contrib/mod_wrap.c
@@ -942,8 +942,7 @@ MODRET wrap_handle_request(cmd_rec *cmd) {
 
   fromhost(&request);
 
-  if (STR_EQ(eval_hostname(request.client), paranoid) ||
-      !hosts_access(&request)) {
+  if (!hosts_access(&request)) {
     char *denymsg = NULL;
 
     /* log the denied connection */
