diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 21:56:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 21:56:54 +0200 |
commit | 15b4e89a42a3caf2c4da3992d698b356649665a1 (patch) | |
tree | 746601853c70c7d097ea4b97780d797d2daced21 /plugins/check_ldap.c | |
parent | fff1014d1323980d5e969f31a5a17132482422ac (diff) | |
parent | ceb614aad46423170e284e66023c7a2e8c513338 (diff) | |
download | monitoring-plugins-15b4e89.tar.gz |
Merge pull request #1938 from RincewindsHat/compiler_warnings_unused
check_curl: fix compiler warnings for unused variables
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index a1bfe1be..15113b1f 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -97,9 +97,6 @@ main (int argc, char *argv[]) | |||
97 | int tls; | 97 | int tls; |
98 | int version=3; | 98 | int version=3; |
99 | 99 | ||
100 | /* for entry counting */ | ||
101 | |||
102 | LDAPMessage *next_entry; | ||
103 | int status_entries = STATE_OK; | 100 | int status_entries = STATE_OK; |
104 | int num_entries = 0; | 101 | int num_entries = 0; |
105 | 102 | ||