diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-07-23 22:19:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 22:19:34 +0200 |
| commit | c47f44d897680d09841f8e787964de40063ea34c (patch) | |
| tree | fb1b30300a6bffb423733e9c3bf250e649054a25 /plugins/check_hpjd.c | |
| parent | 068c124f361d4c615aed79f6fe607f39040b2e31 (diff) | |
| parent | af06d34071608641295eecd46edb0c4dbde13872 (diff) | |
| download | monitoring-plugins-c47f44d897680d09841f8e787964de40063ea34c.tar.gz | |
Merge branch 'master' into compiler_warning_part_5
Diffstat (limited to 'plugins/check_hpjd.c')
| -rw-r--r-- | plugins/check_hpjd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index c4b44178..c34bb082 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
| @@ -353,6 +353,7 @@ process_arguments (int argc, char **argv) | |||
| 353 | usage2 (_("Port must be a positive short integer"), optarg); | 353 | usage2 (_("Port must be a positive short integer"), optarg); |
| 354 | else | 354 | else |
| 355 | port = atoi(optarg); | 355 | port = atoi(optarg); |
| 356 | break; | ||
| 356 | case 'D': /* disable paper out check*/ | 357 | case 'D': /* disable paper out check*/ |
| 357 | check_paper_out = 0; | 358 | check_paper_out = 0; |
| 358 | break; | 359 | break; |
