diff options
author | Günther Deschner <gd@samba.org> | 2008-02-14 15:29:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-14 15:29:51 +0100 |
commit | ad5794ad5ce3554140a39eeb395a6b1d064c3852 (patch) | |
tree | 3fbe25ce7d29e9036483a4a924964cd10d56e9c6 /source3/include | |
parent | f21cdab938a0a94405d595bb80fbda724315d984 (diff) | |
download | samba-ad5794ad5ce3554140a39eeb395a6b1d064c3852.tar.gz samba-ad5794ad5ce3554140a39eeb395a6b1d064c3852.tar.bz2 samba-ad5794ad5ce3554140a39eeb395a6b1d064c3852.zip |
Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.
Guenther
(This used to be commit 80e39330bf15cc57f2780a5b900d8a2b14d92fa9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 0cfee2da61..dde014a4cc 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -446,20 +446,4 @@ typedef struct lsa_r_lookup_names4 NTSTATUS status; /* return code */ } LSA_R_LOOKUP_NAMES4; -/* LSA_Q_REMOVE_ACCT_RIGHTS - LSA remove account rights */ -typedef struct -{ - POLICY_HND pol; /* policy handle */ - DOM_SID2 sid; - uint32 removeall; - uint32 count; - UNISTR4_ARRAY *rights; -} LSA_Q_REMOVE_ACCT_RIGHTS; - -/* LSA_R_REMOVE_ACCT_RIGHTS - LSA remove account rights */ -typedef struct -{ - NTSTATUS status; -} LSA_R_REMOVE_ACCT_RIGHTS; - #endif /* _RPC_LSA_H */ |