From 99b3d57fc36ca7e0f493b79886027930278b812a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 3 Sep 2011 10:18:17 +0200 Subject: s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 signing metze --- source3/include/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index faac1b9043..464a7001d8 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -38,6 +38,7 @@ struct print_job_info { }; struct smbXcli_conn; +struct smbXcli_session; struct cli_state { /** @@ -165,7 +166,7 @@ struct cli_state { uint32_t pid; uint32_t tid; - uint64_t uid; + struct smbXcli_session *session; /* SMB2 tcon */ uint8_t share_type; -- cgit