summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-12 23:35:27 +0200
committerMichael Adam <obnox@samba.org>2008-05-21 23:35:25 +0200
commit78022953e7911a9ca7e71788b0b033b4d858126f (patch)
tree8bd6627cb46097e30e6a436842ea51f519681ef1 /source3/include/proto.h
parentec70996fc71768eabdc92076a60a9fa04ae717ab (diff)
downloadsamba-78022953e7911a9ca7e71788b0b033b4d858126f.tar.gz
samba-78022953e7911a9ca7e71788b0b033b4d858126f.tar.bz2
samba-78022953e7911a9ca7e71788b0b033b4d858126f.zip
rpccli_schannel_bind_data only needs the schannel key
(This used to be commit be5d54a363a57113e494202a2d22dd9bbcf13b41)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a0354a3920..2b07b25652 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7053,7 +7053,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,