summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2024-12-31 15:07:02 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2024-12-31 15:07:02 +0100
commit9cae5d67b9a93311d176bb4df8e12f3e923926d9 (patch)
tree839475877d985eaf2259267378174d0ee76c3f89
parentd1455e4e0c28bb2fcca8aabf0cb1f0675aa572b7 (diff)
downloadmonitoring-plugins-9cae5d67.tar.gz
Test Commit
äöüß
-rw-r--r--plugins/check_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 87818da6..c21feb8c 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -31,8 +31,8 @@ char *progname = "check_ldap";
31const char *copyright = "2000-2024"; 31const char *copyright = "2000-2024";
32const char *email = "devel@monitoring-plugins.org"; 32const char *email = "devel@monitoring-plugins.org";
33 33
34#include "common.h"
35#include "netutils.h" 34#include "netutils.h"
35#include "common.h"
36#include "utils.h" 36#include "utils.h"
37 37
38#include <lber.h> 38#include <lber.h>