summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 91e8c53099..21f393b243 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -109,7 +109,7 @@ struct functable {
};
typedef NTSTATUS (*rpc_command_fn)(struct net_context *c,
- const DOM_SID *,
+ const struct dom_sid *,
const char *,
struct cli_state *cli,
struct rpc_pipe_client *,
@@ -129,7 +129,7 @@ typedef struct copy_clistate {
struct rpc_sh_ctx {
struct cli_state *cli;
- DOM_SID *domain_sid;
+ struct dom_sid *domain_sid;
const char *domain_name;
const char *whoami;