diff options
author | Günther Deschner <gd@samba.org> | 2008-02-06 19:07:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:38:34 +0100 |
commit | ef01ceff897555729f16ad6cc0c8bd0d504b4319 (patch) | |
tree | 86d02576bed8cc5c7f91deefbd0d3030838b052a /source3/include | |
parent | bdf2e4f23f9da220e214afe410d86e482525467b (diff) | |
download | samba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.tar.gz samba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.tar.xz samba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.zip |
Remove unused marshalling for LSA_CREATEACCOUNT.
Guenther
(This used to be commit c9a8baf5077a4e93cca241a5ec73f6ade97af607)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 45470e77ef4..902d1e20b23 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -689,20 +689,6 @@ typedef struct lsa_r_unk_get_connuser } LSA_R_UNK_GET_CONNUSER; -typedef struct lsa_q_createaccount -{ - POLICY_HND pol; /* policy handle */ - DOM_SID2 sid; - uint32 access; /* access */ -} LSA_Q_CREATEACCOUNT; - -typedef struct lsa_r_createaccount -{ - POLICY_HND pol; /* policy handle */ - NTSTATUS status; -} LSA_R_CREATEACCOUNT; - - typedef struct lsa_q_openaccount { POLICY_HND pol; /* policy handle */ |