diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-21 13:04:41 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-21 14:36:31 +0200 |
commit | da6e4248eedfcf420797f42f589fff4875161303 (patch) | |
tree | 111da6d9425d56bc0167dc9062cc744b0f9052ac /source3/rpc_client | |
parent | a20c49831013977385e5b7e7bcb307ce451aaaa9 (diff) | |
download | samba-da6e4248eedfcf420797f42f589fff4875161303.tar.gz samba-da6e4248eedfcf420797f42f589fff4875161303.tar.bz2 samba-da6e4248eedfcf420797f42f589fff4875161303.zip |
Make idl: cli_do_rpc_ndr does not use pipe_idx anymore
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/ndr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/ndr.c b/source3/rpc_client/ndr.c index 4f1ef029c8..c494cce848 100644 --- a/source3/rpc_client/ndr.c +++ b/source3/rpc_client/ndr.c @@ -23,7 +23,7 @@ NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, int p_idx, + TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32 opnum, void *r) { |