summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_readonly.c
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/modules/vfs_readonly.c
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/modules/vfs_readonly.c')
-rw-r--r--source3/modules/vfs_readonly.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_readonly.c b/source3/modules/vfs_readonly.c
index afb167f045..09cbf50bd0 100644
--- a/source3/modules/vfs_readonly.c
+++ b/source3/modules/vfs_readonly.c
@@ -85,7 +85,6 @@ static int readonly_connect(vfs_handle_struct *handle,
ent->vuid = UID_FIELD_INVALID;
TALLOC_FREE(ent->server_info);
ent->read_only = false;
- ent->admin_user = false;
}
conn->vuid_cache.next_entry = 0;
}