From 45d58479b6cdbacce6cb823355f91d953d5aef9a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 5 Oct 2020 17:52:04 +0100 Subject: [PATCH] Unbreak non-ipv6 build Broken-by: 261fc93208 --- src/src/host.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/src/host.c b/src/src/host.c index bb706c1c8..4e1cb8a45 100644 --- a/src/src/host.c +++ b/src/src/host.c @@ -1946,9 +1946,7 @@ host_find_byname(host_item *host, const uschar *ignore_target_hosts, int flags, int yield, times; host_item *last = NULL; BOOL temp_error = FALSE; -#if HAVE_IPV6 int af; -#endif #ifndef DISABLE_TLS /* Copy the host name at this point to the value which is used for -- 2.30.2