From ea9fc3bea31b11e715d9524defc18b75e5943842 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 20 Aug 2008 21:17:35 +0200 Subject: [PATCH] libads: remove unused vars. Guenther --- source/libads/ldap.c | 3 --- 1 file changed, 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) { -- 2.47.3