From 9d9a9e2353b1aecbbc1f838ce9e68af7061e067b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 Mar 2008 12:05:01 +0100 Subject: Remove unused DS_DOMAIN_CONTROLLER_INFO struct. Guenther (This used to be commit 7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b) --- source3/include/rpc_netlogon.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 8218324173..d6cdb6742e 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/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 */ -- cgit