mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-22 06:58:54 -04:00
check_ldap: auto formatting
This commit is contained in:
parent
21c0eefc78
commit
2f4adcfe4b
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ check_ldap_config_wrapper process_arguments(int argc, char **argv) {
|
|||
die(STATE_UNKNOWN, "failed to parse number of entries critical threshold");
|
||||
}
|
||||
result.config.entries_thresholds =
|
||||
mp_thresholds_set_crit(result.config.entries_thresholds, tmp.range);
|
||||
mp_thresholds_set_crit(result.config.entries_thresholds, tmp.range);
|
||||
} break;
|
||||
#ifdef HAVE_LDAP_SET_OPTION
|
||||
case '2':
|
||||
|
|
|
|||
Loading…
Reference in a new issue