From 776caa081bc36aac0ab7cc826836740f5bf0bf24 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 May 2008 15:09:02 +0200 Subject: Replace nt_user_token with server_info in connection_struct (This used to be commit a3738aef59e97d4533010b048534d937d36c0950) --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index dd8513f704..e1f17a178a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -527,6 +527,7 @@ typedef struct files_struct { struct vuid_cache_entry { uint16 vuid; + struct auth_serversupplied_info *server_info; bool read_only; bool admin_user; }; @@ -637,7 +638,6 @@ typedef struct connection_struct { /* This groups info is valid for the user that *opened* the connection */ size_t ngroups; gid_t *groups; - NT_USER_TOKEN *nt_user_token; time_t lastused; time_t lastused_count; -- cgit