diff options
author | Kai Blin <kai@samba.org> | 2008-05-22 09:40:25 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-22 09:43:50 +0200 |
commit | 59a6b2df747796dadebf92001a32cba0e6a80252 (patch) | |
tree | 93566610b1d352411dc2d73b6f0d92ba28e9169a /source3/client | |
parent | 44fbd895e83cb92b462782b73954b4294d46428b (diff) | |
download | samba-59a6b2df747796dadebf92001a32cba0e6a80252.tar.gz samba-59a6b2df747796dadebf92001a32cba0e6a80252.tar.bz2 samba-59a6b2df747796dadebf92001a32cba0e6a80252.zip |
client: Fix the proto header to fix the build.
(This used to be commit 9e39ac1cc31d48db968e79c4698901e079007ff7)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index 8e260581e5..d88805a097 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, |