diff options
Diffstat (limited to 'plugins/check_procs.c')
| -rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index ae6e9c23..01476504 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
| @@ -432,7 +432,7 @@ check_procs_config_wrapper process_arguments(int argc, char **argv) { | |||
| 432 | int option_index = | 432 | int option_index = |
| 433 | getopt_long(argc, argv, "Vvhkt:c:w:p:s:u:C:a:z:r:m:P:T:X:", longopts, &option); | 433 | getopt_long(argc, argv, "Vvhkt:c:w:p:s:u:C:a:z:r:m:P:T:X:", longopts, &option); |
| 434 | 434 | ||
| 435 | if (option_index == -1 || option_index == EOF) { | 435 | if (CHECK_EOF(option_index)) { |
| 436 | break; | 436 | break; |
| 437 | } | 437 | } |
| 438 | 438 | ||
