s4:libcli:smb2: store the share capabilites in the smb2_tree object
[ira/wip.git] / source4 / libcli / smb2 / smb2.h
index 1cff5eac59ef55c67b481fb500c2c8572308e33f..c4dc0001a00e289fbdcf4ebfea12cdccd9e2e318 100644 (file)
@@ -107,6 +107,7 @@ struct smb2_transport {
 struct smb2_tree {
        struct smb2_session *session;
        uint32_t tid;
+       uint32_t capabilities;
 };
 
 /*