summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-15 18:24:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-17 10:58:10 +0200
commite3246e8720c74bb62a2b86b21f6147ea6f050054 (patch)
treed41c749b5fd372cfc3c140dcb58b8996328dcb56 /source3/librpc/rpc/dcerpc.h
parent3db2249886bf19be4c357a0966d9efa2f2e692f6 (diff)
downloadsamba-e3246e8720c74bb62a2b86b21f6147ea6f050054.tar.gz
samba-e3246e8720c74bb62a2b86b21f6147ea6f050054.tar.bz2
samba-e3246e8720c74bb62a2b86b21f6147ea6f050054.zip
Actually connect to RPC.
(This used to be commit 3082534454ff936ac0b78b5a2c72c9b060e21244)
Diffstat (limited to 'source3/librpc/rpc/dcerpc.h')
-rw-r--r--source3/librpc/rpc/dcerpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index 9e2bd9b4f6..a225f82189 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -35,7 +35,8 @@ struct cli_credentials;
struct dcerpc_pipe {
const struct ndr_interface_table *table;
- struct rpc_pipe_client *cli;
+ struct cli_state *cli;
+ struct rpc_pipe_client *rpc_cli;
};
struct rpc_request {