From 92efe1a35ff007919e9c23a066a702be8cfd0a9f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Jul 2012 22:22:02 +0200 Subject: s3:libsmb: setup a smbXcli_tcon for SMB2 metze --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 9617c2a376..00a7e1b40c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -111,6 +111,7 @@ struct cli_state { uint32_t pid; uint32_t tid; struct smbXcli_session *session; + struct smbXcli_tcon *tcon; /* SMB2 tcon */ uint8_t share_type; -- cgit