summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-03-15 15:39:41 -0700
committerJeremy Allison <jra@samba.org>2010-03-15 15:39:41 -0700
commitc35c38075c96fddd0dcd41b4173ca47a9c07df92 (patch)
tree7218e0edfdebcf1d2d062b98594ffa0c32a1e8a4 /source3/include
parent704a607e3c3a5c3e727b386fab9dbcdff56b5ac4 (diff)
downloadsamba-c35c38075c96fddd0dcd41b4173ca47a9c07df92.tar.gz
samba-c35c38075c96fddd0dcd41b4173ca47a9c07df92.tar.bz2
samba-c35c38075c96fddd0dcd41b4173ca47a9c07df92.zip
Remove the bool admin_user from conn struct. We no longer look at this to make access decisions.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 8674629188..52b9843156 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -481,7 +481,6 @@ struct vuid_cache_entry {
struct auth_serversupplied_info *server_info;
uint16_t vuid;
bool read_only;
- bool admin_user;
};
struct vuid_cache {
@@ -567,7 +566,6 @@ typedef struct connection_struct {
bool printer;
bool ipc;
bool read_only; /* Attributes for the current user of the share. */
- bool admin_user; /* Attributes for the current user of the share. */
/* Does this filesystem honor
sub second timestamps on files
and directories when setting time ? */