diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 0e8c5804..35f0569a 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -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':