From: Günther Deschner Date: Wed, 20 Aug 2008 19:17:35 +0000 (+0200) Subject: libads: remove unused vars. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea9fc3bea31b11e715d9524defc18b75e5943842;p=thirdparty%2Fsamba.git libads: remove unused vars. Guenther --- 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) {