1
0
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:
Volker Lendecke
2008-07-20 18:40:31 +02:00
parent f23567fcb9
commit d86ff59989
5 changed files with 31 additions and 32 deletions

View File

@@ -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,