From: Kai Blin Date: Thu, 22 May 2008 07:40:25 +0000 (+0200) Subject: client: Fix the proto header to fix the build. X-Git-Tag: samba-3.3.0pre1~1178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e39ac1cc31d48db968e79c4698901e079007ff7;p=thirdparty%2Fsamba.git client: Fix the proto header to fix the build. --- diff --git a/source/client/client_proto.h b/source/client/client_proto.h index 8e260581e50..d88805a0973 100644 --- a/source/client/client_proto.h +++ b/source/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,