summaryrefslogtreecommitdiffstats
path: root/source/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-20 21:17:35 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-21 14:13:11 +0200
commitb8d6e8322652493c1b53689b2dcad29490e656a2 (patch)
treed64fe432944d8a5b4a58c538aecc6bd951e8a9c0 /source/libads
parentffebe2e16ff41a90695076952e4a2c02766f8310 (diff)
downloadsamba-b8d6e8322652493c1b53689b2dcad29490e656a2.tar.gz
samba-b8d6e8322652493c1b53689b2dcad29490e656a2.tar.xz
samba-b8d6e8322652493c1b53689b2dcad29490e656a2.zip
libads: remove unused vars.
Guenther (cherry picked from commit ea9fc3bea31b11e715d9524defc18b75e5943842) (cherry picked from commit 7d96c8ce5c49b031b5a9a60a9ad5252653577513)
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/ldap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index b59dab1f135..eb45e3a0dd7 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -393,9 +393,6 @@ static NTSTATUS ads_lookup_site(void)
ADS_STRUCT *ads = NULL;
ADS_STATUS ads_status;
NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;
- struct nbt_cldap_netlogon_5 cldap_reply;
-
- ZERO_STRUCT(cldap_reply);
ads = ads_init(lp_realm(), NULL, NULL);
if (!ads) {