diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/libads/ldap.c | 3 |
1 files changed, 0 insertions, 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) { |