diff options
author | Günther Deschner <gd@samba.org> | 2008-08-20 21:17:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-08-20 22:07:40 +0200 |
commit | 825f06c3f98cc5393761612903297d7a61b70b3b (patch) | |
tree | 0ea22a538f68afb485d4673018e6daaef88eba04 /source3/libads | |
parent | a77c9285b72a521dfffb22359dfcb5e4ba6a6b49 (diff) | |
download | samba-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.c | 3 |
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) { |