diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 19:10:43 +0200 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 19:11:40 +0200 |
| commit | ceb614aad46423170e284e66023c7a2e8c513338 (patch) | |
| tree | 746601853c70c7d097ea4b97780d797d2daced21 /plugins/check_ldap.c | |
| parent | fff1014d1323980d5e969f31a5a17132482422ac (diff) | |
| download | monitoring-plugins-ceb614aad46423170e284e66023c7a2e8c513338.tar.gz | |
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 | ||
