summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c4
1 files changed, 0 insertions, 4 deletions
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
583 address_family = AF_INET; 583 address_family = AF_INET;
584 break; 584 break;
585 case '6': // Apparently unused TODO 585 case '6': // Apparently unused TODO
586#ifdef USE_IPV6
587 address_family = AF_INET6; 586 address_family = AF_INET6;
588#else
589 usage4(_("IPv6 support not available"));
590#endif
591 break; 587 break;
592 case 'H': /* hostname */ 588 case 'H': /* hostname */
593 config.host_specified = true; 589 config.host_specified = true;