check_ldap: auto formatting

This commit is contained in:
Lorenz Kästle 2026-06-04 22:38:15 +02:00
parent 21c0eefc78
commit 2f4adcfe4b

View file

@ -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':