summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-27 12:05:01 +0100
committerGünther Deschner <gd@samba.org>2008-03-27 13:06:43 +0100
commit9d9a9e2353b1aecbbc1f838ce9e68af7061e067b (patch)
tree39115c93dfe45be20d25a92c1716e670fa91f97c /source3
parentb1198fc9fdc086f025ee05f3b2a382947d037b68 (diff)
downloadsamba-9d9a9e2353b1aecbbc1f838ce9e68af7061e067b.tar.gz
samba-9d9a9e2353b1aecbbc1f838ce9e68af7061e067b.tar.bz2
samba-9d9a9e2353b1aecbbc1f838ce9e68af7061e067b.zip
Remove unused DS_DOMAIN_CONTROLLER_INFO struct.
Guenther (This used to be commit 7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/rpc_netlogon.h12
1 files changed, 0 insertions, 12 deletions
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 */