summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-03-13 13:49:41 +0100
committerStefan Metzmacher <metze@samba.org>2011-03-13 16:33:06 +0100
commitb0d54da7464396e1b5b9aaa58b50a3bd3f0e32b5 (patch)
tree9b06acb80480b52c7f7be964a6cd0dcc4406cee7 /source4/librpc/rpc/dcerpc_auth.c
parent51ebaac75b8d068766872b156c3a4507ddc0705a (diff)
downloadsamba-b0d54da7464396e1b5b9aaa58b50a3bd3f0e32b5.tar.gz
samba-b0d54da7464396e1b5b9aaa58b50a3bd3f0e32b5.tar.bz2
samba-b0d54da7464396e1b5b9aaa58b50a3bd3f0e32b5.zip
s4:librpc/rpc: s/dcerpc_security/dcecli_security
We'll use 'dcerpc_security' for the generic dcerpc client and server code. metze
Diffstat (limited to 'source4/librpc/rpc/dcerpc_auth.c')
-rw-r--r--source4/librpc/rpc/dcerpc_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc_auth.c b/source4/librpc/rpc/dcerpc_auth.c
index 95fdbf2374..fb2f4fb680 100644
--- a/source4/librpc/rpc/dcerpc_auth.c
+++ b/source4/librpc/rpc/dcerpc_auth.c
@@ -114,7 +114,7 @@ static void bind_auth_recv_alter(struct composite_context *creq);
static void bind_auth_next_step(struct composite_context *c)
{
struct bind_auth_state *state;
- struct dcerpc_security *sec;
+ struct dcecli_security *sec;
struct composite_context *creq;
bool more_processing = false;
@@ -233,7 +233,7 @@ struct composite_context *dcerpc_bind_auth_send(TALLOC_CTX *mem_ctx,
{
struct composite_context *c, *creq;
struct bind_auth_state *state;
- struct dcerpc_security *sec;
+ struct dcecli_security *sec;
struct ndr_syntax_id syntax, transfer_syntax;