From: Günther Deschner Date: Thu, 27 Mar 2008 11:05:01 +0000 (+0100) Subject: Remove unused DS_DOMAIN_CONTROLLER_INFO struct. X-Git-Tag: samba-3.3.0pre1~3076 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b;p=thirdparty%2Fsamba.git Remove unused DS_DOMAIN_CONTROLLER_INFO struct. Guenther --- 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 */