From 825f06c3f98cc5393761612903297d7a61b70b3b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 Aug 2008 21:17:35 +0200 Subject: libads: remove unused vars. Guenther (This used to be commit ea9fc3bea31b11e715d9524defc18b75e5943842) --- source3/libads/ldap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/libads/ldap.c') 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) { -- cgit