diff options
Diffstat (limited to 'plugins/check_dbi.c')
-rw-r--r-- | plugins/check_dbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index ced13d0..d73efbb 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c | |||
@@ -426,6 +426,7 @@ process_arguments (int argc, char **argv) | |||
426 | else | 426 | else |
427 | timeout_interval = atoi (optarg); | 427 | timeout_interval = atoi (optarg); |
428 | 428 | ||
429 | break; | ||
429 | case 'H': /* host */ | 430 | case 'H': /* host */ |
430 | if (!is_host (optarg)) | 431 | if (!is_host (optarg)) |
431 | usage2 (_("Invalid hostname/address"), optarg); | 432 | usage2 (_("Invalid hostname/address"), optarg); |