diff options
author | Günther Deschner <gd@samba.org> | 2008-02-13 10:27:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-13 10:27:15 +0100 |
commit | 111ea7682ef39ea02b044e7f1ef27c5865ebdc01 (patch) | |
tree | d659107bfc21fb70b4a55bf29f4982b397019fb4 /source3/include/rpc_netlogon.h | |
parent | 3b45ebb1b7dd384b4adc7c9ab6102ce543f643f2 (diff) | |
download | samba-111ea7682ef39ea02b044e7f1ef27c5865ebdc01.tar.gz samba-111ea7682ef39ea02b044e7f1ef27c5865ebdc01.tar.bz2 samba-111ea7682ef39ea02b044e7f1ef27c5865ebdc01.zip |
Remove unused marshalling for NET_TRUST_DOM_LIST.
Guenther
(This used to be commit 9312755955eac9897c8117773f8cd7d1652b2bca)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r-- | source3/include/rpc_netlogon.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index bab2caaf61..f2802b8e72 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -398,22 +398,6 @@ typedef struct net_r_logon_ctrl2_info { NTSTATUS status; /* return code */ } NET_R_LOGON_CTRL2; -/* NET_Q_TRUST_DOM_LIST - LSA Query Trusted Domains */ -typedef struct net_q_trust_dom_info { - uint32 ptr; /* undocumented buffer pointer */ - UNISTR2 uni_server_name; /* server name, starting with two '\'s */ -} NET_Q_TRUST_DOM_LIST; - -#define MAX_TRUST_DOMS 1 - -/* NET_R_TRUST_DOM_LIST - response to LSA Trusted Domains */ -typedef struct net_r_trust_dom_info { - UNISTR2 uni_trust_dom_name[MAX_TRUST_DOMS]; - - NTSTATUS status; /* return code */ -} NET_R_TRUST_DOM_LIST; - - /* NEG_FLAGS */ typedef struct neg_flags_info { uint32 neg_flags; /* negotiated flags */ |