summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-03-11 08:27:00 +0100
committerStefan Metzmacher <metze@samba.org>2011-03-11 11:02:23 +0100
commitc774a50aaf12924ff89430ae9d91e77d97616c72 (patch)
treee25a3a34af85a88653e7e7d4fa667d8358622b69 /source4/librpc/rpc/dcerpc_util.c
parent6771ade5e7933af57b286870d73e7773521b8fdd (diff)
downloadsamba-c774a50aaf12924ff89430ae9d91e77d97616c72.tar.gz
samba-c774a50aaf12924ff89430ae9d91e77d97616c72.tar.xz
samba-c774a50aaf12924ff89430ae9d91e77d97616c72.zip
s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g
The name 'struct dcerpc_connection' will be used in the new generic dcerpc code. It will be used for client and server. metze
Diffstat (limited to 'source4/librpc/rpc/dcerpc_util.c')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index a84e9670205..2cd94999e35 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -533,7 +533,7 @@ struct composite_context *dcerpc_pipe_auth_send(struct dcerpc_pipe *p,
struct composite_context *auth_schannel_req;
struct composite_context *auth_req;
struct composite_context *auth_none_req;
- struct dcerpc_connection *conn;
+ struct dcecli_connection *conn;
uint8_t auth_type;
/* composite context allocation and setup */
@@ -687,7 +687,7 @@ _PUBLIC_ NTSTATUS dcerpc_pipe_auth(TALLOC_CTX *mem_ctx,
}
-NTSTATUS dcerpc_generic_session_key(struct dcerpc_connection *c,
+NTSTATUS dcerpc_generic_session_key(struct dcecli_connection *c,
DATA_BLOB *session_key)
{
/* this took quite a few CPU cycles to find ... */