diff options
Diffstat (limited to 'plugins/check_users.c')
| -rw-r--r-- | plugins/check_users.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c index 3b2e265e..4027d21a 100644 --- a/plugins/check_users.c +++ b/plugins/check_users.c | |||
| @@ -222,7 +222,7 @@ check_users_config_wrapper process_arguments(int argc, char **argv) { | |||
| 222 | exit(STATE_UNKNOWN); | 222 | exit(STATE_UNKNOWN); |
| 223 | } | 223 | } |
| 224 | 224 | ||
| 225 | if (tmp.error == MP_PARSING_SUCCES) { | 225 | if (tmp.error == MP_PARSING_SUCCESS) { |
| 226 | result.config.thresholds.warning = tmp.range; | 226 | result.config.thresholds.warning = tmp.range; |
| 227 | result.config.thresholds.warning_is_set = true; | 227 | result.config.thresholds.warning_is_set = true; |
| 228 | } else { | 228 | } else { |
| @@ -238,7 +238,7 @@ check_users_config_wrapper process_arguments(int argc, char **argv) { | |||
| 238 | exit(STATE_UNKNOWN); | 238 | exit(STATE_UNKNOWN); |
| 239 | } | 239 | } |
| 240 | 240 | ||
| 241 | if (tmp.error == MP_PARSING_SUCCES) { | 241 | if (tmp.error == MP_PARSING_SUCCESS) { |
| 242 | result.config.thresholds.critical = tmp.range; | 242 | result.config.thresholds.critical = tmp.range; |
| 243 | result.config.thresholds.critical_is_set = true; | 243 | result.config.thresholds.critical_is_set = true; |
| 244 | } else { | 244 | } else { |
