summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-20 21:17:35 +0200
committerGünther Deschner <gd@samba.org>2008-08-20 22:07:40 +0200
commit825f06c3f98cc5393761612903297d7a61b70b3b (patch)
tree0ea22a538f68afb485d4673018e6daaef88eba04 /source3/libads
parenta77c9285b72a521dfffb22359dfcb5e4ba6a6b49 (diff)
downloadsamba-825f06c3f98cc5393761612903297d7a61b70b3b.tar.gz
samba-825f06c3f98cc5393761612903297d7a61b70b3b.tar.bz2
samba-825f06c3f98cc5393761612903297d7a61b70b3b.zip
libads: remove unused vars.
Guenther (This used to be commit ea9fc3bea31b11e715d9524defc18b75e5943842)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ldap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index b59dab1f13..eb45e3a0dd 100644
--- a/source3/libads/ldap.c
+++ b/source3/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) {