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/include | |
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/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 856ab76603..f31eee81a0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7706,7 +7706,7 @@ void init_srvsvc_NetConnInfo1(struct srvsvc_NetConnInfo1 *r, /* The following definitions come from rpc_client/ndr.c */ 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); |