diff options
author | Günther Deschner <gd@samba.org> | 2005-11-22 14:13:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:30 -0500 |
commit | d93c2b1046dddf3730d393b7a428e61b722987aa (patch) | |
tree | 2974ccc4f3ec32c987b5b6890f72d49f468bdde1 /source3/rpc_client | |
parent | 63addcb4d7c9c13446d91a0972fe29542a7e1bad (diff) | |
download | samba-d93c2b1046dddf3730d393b7a428e61b722987aa.tar.gz samba-d93c2b1046dddf3730d393b7a428e61b722987aa.tar.bz2 samba-d93c2b1046dddf3730d393b7a428e61b722987aa.zip |
r11854: Remove unused DOM_SID.
Guenther
(This used to be commit 8609484ff65aaf075d2f768960246dad398855a4)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index c64de2b8e8..aa1cb95fda 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -1264,7 +1264,7 @@ NTSTATUS rpccli_lsa_open_trusted_domain(struct rpc_pipe_client *cli, TALLOC_CTX NTSTATUS rpccli_lsa_query_trusted_domain_info(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *pol, - uint16 info_class, DOM_SID *dom_sid, + uint16 info_class, LSA_TRUSTED_DOMAIN_INFO **info) { prs_struct qbuf, rbuf; |