From c35c38075c96fddd0dcd41b4173ca47a9c07df92 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 15 Mar 2010 15:39:41 -0700 Subject: Remove the bool admin_user from conn struct. We no longer look at this to make access decisions. Jeremy. --- source3/modules/vfs_readonly.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/modules/vfs_readonly.c') 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; } -- cgit