From 2f4adcfe4bbbfdd3a54dfbf9fbbe19ccea4bb839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:38:15 +0200 Subject: [PATCH] check_ldap: auto formatting --- plugins/check_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':