X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source3%2Futils%2Fnet_rpc_shell.c;h=c6051dc97685cbc2301e1774098f3c7e6d0f82e9;hp=6abdb03c48d02ac882bcd21bdedccd78542c5de0;hb=d86ff599892608cf739c96e8add9b6ff9f9e5e43;hpb=f23567fcb9d626c29603430a9cedd899e56ded32 diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c index 6abdb03c48d..c6051dc9768 100644 --- a/source3/utils/net_rpc_shell.c +++ b/source3/utils/net_rpc_shell.c @@ -78,8 +78,7 @@ static NTSTATUS net_sh_run(struct net_context *c, return NT_STATUS_NO_MEMORY; } - status = cli_rpc_pipe_open_noauth(ctx->cli, - cli_get_iface(cmd->pipe_idx), + status = cli_rpc_pipe_open_noauth(ctx->cli, cmd->interface, &pipe_hnd); if (!NT_STATUS_IS_OK(status)) { d_fprintf(stderr, "Could not open pipe: %s\n", @@ -189,7 +188,7 @@ static bool net_sh_process(struct net_context *c, static struct rpc_sh_cmd sh_cmds[6] = { - { "info", NULL, PI_SAMR, rpc_sh_info, + { "info", NULL, &ndr_table_samr.syntax_id, rpc_sh_info, "Print information about the domain connected to" }, { "rights", net_rpc_rights_cmds, 0, NULL,