From 7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 27 Mar 2008 12:05:01 +0100 Subject: [PATCH] Remove unused DS_DOMAIN_CONTROLLER_INFO struct. Guenther --- source/include/rpc_netlogon.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h index 8218324173a..d6cdb6742e6 100644 --- a/source/include/rpc_netlogon.h +++ b/source/include/rpc_netlogon.h @@ -42,16 +42,4 @@ typedef struct hdr_account_lockout_string { uint32 buffer; } HDR_LOCKOUT_STRING; -struct DS_DOMAIN_CONTROLLER_INFO { - const char *domain_controller_name; - const char *domain_controller_address; - int32 domain_controller_address_type; - struct GUID *domain_guid; - const char *domain_name; - const char *dns_forest_name; - uint32 flags; - const char *dc_site_name; - const char *client_site_name; -}; - #endif /* _RPC_NETLOGON_H */ -- 2.47.3