From 167d94c73dc1b2c79dbc980a2094c90711500fbf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 25 Jul 2012 09:05:32 +0200 Subject: s3:libsmb: remove unused tcon specific elements from cli_state->smb2 metze --- source3/include/client.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index b2b589a82e2..34bdda121e2 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -111,12 +111,6 @@ struct cli_state { uint32_t pid; struct smbXcli_session *session; struct smbXcli_tcon *tcon; - - /* SMB2 tcon */ - uint8_t share_type; - uint32_t share_flags; - uint32_t share_capabilities; - uint32_t maximal_access; } smb2; }; -- cgit