summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-04 18:35:21 +0200
committerKarolin Seeger <kseeger@samba.org>2011-07-26 21:53:57 +0200
commit969a50998d526c890af0db149999a16e7764f8e3 (patch)
tree85535db7d5c6ad382d8ca96e28855986c1cd9eda /source3/include
parentc3866d10822db00566b4110f20cb0612fc9685b9 (diff)
downloadsamba-969a50998d526c890af0db149999a16e7764f8e3.tar.gz
s3: Calculate&store the maximum share access mask
Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 720fa46f9443ccbe471b265f1c2b9cb9782a3c26) (cherry picked from commit 83c6e9d3ad76e8009778e5ba0bf22e256d06ad48)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 3e68a9918fc..3a64af7eeda 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -408,6 +408,7 @@ typedef struct connection_struct {
bool printer;
bool ipc;
bool read_only; /* Attributes for the current user of the share. */
+ uint32_t share_access;
/* Does this filesystem honor
sub second timestamps on files
and directories when setting time ? */