summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
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 {