diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-31 15:07:02 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-31 15:07:02 +0100 |
commit | 9cae5d67b9a93311d176bb4df8e12f3e923926d9 (patch) | |
tree | 839475877d985eaf2259267378174d0ee76c3f89 | |
parent | d1455e4e0c28bb2fcca8aabf0cb1f0675aa572b7 (diff) | |
download | monitoring-plugins-9cae5d67.tar.gz |
Test Commit
äöüß
-rw-r--r-- | plugins/check_ldap.c | 2 |
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"; | |||
31 | const char *copyright = "2000-2024"; | 31 | const char *copyright = "2000-2024"; |
32 | const char *email = "devel@monitoring-plugins.org"; | 32 | const 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> |