From 0f0865c910096c95594ac09929708e84934e46df Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:59:58 +0100 Subject: Make IPv6 unconditional (#2219) This commits removes the detection of IPv6 availability. The IPv6 code in the plugins is used unconditionally now. --- plugins/check_tcp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/check_tcp.c') diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 430f1218..49a8c4c1 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -583,11 +583,7 @@ static check_tcp_config_wrapper process_arguments(int argc, char **argv, check_t address_family = AF_INET; break; case '6': // Apparently unused TODO -#ifdef USE_IPV6 address_family = AF_INET6; -#else - usage4(_("IPv6 support not available")); -#endif break; case 'H': /* hostname */ config.host_specified = true; -- cgit v1.2.3-74-g34f1