From 4581902553b511a5ad4bae3249df9326b4cf95ec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 17 Jul 2010 16:58:50 -0400 Subject: s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data Signed-off-by: Andrew Bartlett --- source3/auth/auth_netlogond.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index 6bd7c3d8c3..7eea5af605 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -34,7 +34,7 @@ static NTSTATUS netlogond_validate(TALLOC_CTX *mem_ctx, NTSTATUS *schannel_bind_result) { struct rpc_pipe_client *p = NULL; - struct cli_pipe_auth_data *auth = NULL; + struct pipe_auth_data *auth = NULL; struct netr_SamInfo3 *info3 = NULL; NTSTATUS status; @@ -161,7 +161,7 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context TALLOC_CTX *frame = talloc_stackframe(); struct netr_SamInfo3 *info3 = NULL; struct rpc_pipe_client *p = NULL; - struct cli_pipe_auth_data *auth = NULL; + struct pipe_auth_data *auth = NULL; uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS; char *plaintext_machinepw = NULL; uint8_t machine_password[16]; -- cgit