summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r--plugins/check_ssh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index 84b70a53..911f6787 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -173,11 +173,7 @@ process_arguments_wrapper process_arguments(int argc, char **argv) {
173 address_family = AF_INET; 173 address_family = AF_INET;
174 break; 174 break;
175 case '6': 175 case '6':
176#ifdef USE_IPV6
177 address_family = AF_INET6; 176 address_family = AF_INET6;
178#else
179 usage4(_("IPv6 support not available"));
180#endif
181 break; 177 break;
182 case 'r': /* remote version */ 178 case 'r': /* remote version */
183 result.config.remote_version = optarg; 179 result.config.remote_version = optarg;