mirror of
https://github.com/samba-team/samba.git
synced 2025-09-30 01:44:21 +03:00
Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx
(This used to be commit 85c8363d51
)
This commit is contained in:
@@ -115,7 +115,7 @@ struct rpc_sh_cmd {
|
||||
struct rpc_sh_cmd *(*sub)(struct net_context *c,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct rpc_sh_ctx *ctx);
|
||||
int pipe_idx;
|
||||
const struct ndr_syntax_id *interface;
|
||||
NTSTATUS (*fn)(struct net_context *c, TALLOC_CTX *mem_ctx,
|
||||
struct rpc_sh_ctx *ctx,
|
||||
struct rpc_pipe_client *pipe_hnd,
|
||||
|
Reference in New Issue
Block a user