summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 03335665..701af7b0 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -819,11 +819,7 @@ check_smtp_config_wrapper process_arguments(int argc, char **argv) {
819 address_family = AF_INET; 819 address_family = AF_INET;
820 break; 820 break;
821 case '6': 821 case '6':
822#ifdef USE_IPV6
823 address_family = AF_INET6; 822 address_family = AF_INET6;
824#else
825 usage4(_("IPv6 support not available"));
826#endif
827 break; 823 break;
828 case 'V': /* version */ 824 case 'V': /* version */
829 print_revision(progname, NP_VERSION); 825 print_revision(progname, NP_VERSION);