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 bbeb3d6..c24ca24 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c | |||
@@ -433,6 +433,7 @@ process_arguments (int argc, char **argv) | |||
433 | else | 433 | else |
434 | timeout_interval = atoi (optarg); | 434 | timeout_interval = atoi (optarg); |
435 | 435 | ||
436 | break; | ||
436 | case 'H': /* host */ | 437 | case 'H': /* host */ |
437 | if (!is_host (optarg)) | 438 | if (!is_host (optarg)) |
438 | usage2 (_("Invalid hostname/address"), optarg); | 439 | usage2 (_("Invalid hostname/address"), optarg); |