From 59a6b2df747796dadebf92001a32cba0e6a80252 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 22 May 2008 09:40:25 +0200 Subject: [PATCH] client: Fix the proto header to fix the build. (This used to be commit 9e39ac1cc31d48db968e79c4698901e079007ff7) --- source3/client/client_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index 8e260581e50..d88805a0973 100644 --- a/source3/client/client_proto.h +++ b/source3/client/client_proto.h @@ -114,7 +114,7 @@ NTSTATUS rpccli_ntlmssp_bind_data(TALLOC_CTX *mem_ctx, struct cli_pipe_auth_data **presult); NTSTATUS rpccli_schannel_bind_data(TALLOC_CTX *mem_ctx, const char *domain, enum pipe_auth_level auth_level, - const struct dcinfo *pdc, + const uint8_t sess_key[16], struct cli_pipe_auth_data **presult); NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, enum pipe_auth_level auth_level, -- 2.11.4.GIT