diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-05 17:52:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-05 17:52:04 +0100 |
commit | 45d58479b6cdbacce6cb823355f91d953d5aef9a (patch) | |
tree | da74715f2c3bee0a6694f09dea5eecd3707b6cc4 /src | |
parent | 744170d4d3602fb5e1ade465d8da86b479b92f33 (diff) |
Unbreak non-ipv6 build
Broken-by: 261fc93208
Diffstat (limited to 'src')
-rw-r--r-- | src/src/host.c | 2 |
1 files changed, 0 insertions, 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 |