client: Fix the proto header to fix the build.
authorKai Blin <kai@samba.org>
Thu, 22 May 2008 07:40:25 +0000 (09:40 +0200)
committerKai Blin <kai@samba.org>
Thu, 22 May 2008 07:43:50 +0000 (09:43 +0200)
(This used to be commit 9e39ac1cc31d48db968e79c4698901e079007ff7)

source3/client/client_proto.h

index 8e260581e5068d463aaff21f136eeff4f8f72c9d..d88805a097364c35155759ae3b9b194cca541211 100644 (file)
@@ -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,