From 04f5ef83b9c3f6fbe484ceda8376982904b35065 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 11 Feb 2011 18:49:15 +1100 Subject: s3-auth struct security_unix_token replaces UNIX_USER_TOKEN --- source3/smbd/close.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd/close.c') diff --git a/source3/smbd/close.c b/source3/smbd/close.c index 4234f32b7f..547705bc57 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -275,7 +275,7 @@ static NTSTATUS close_remove_share_mode(files_struct *fsp, NTSTATUS status = NT_STATUS_OK; NTSTATUS tmp_status; struct file_id id; - const UNIX_USER_TOKEN *del_token = NULL; + const struct security_unix_token *del_token = NULL; /* Ensure any pending write time updates are done. */ if (fsp->update_write_time_event) { @@ -958,7 +958,7 @@ static NTSTATUS close_directory(struct smb_request *req, files_struct *fsp, bool delete_dir = False; NTSTATUS status = NT_STATUS_OK; NTSTATUS status1 = NT_STATUS_OK; - const UNIX_USER_TOKEN *del_token = NULL; + const struct security_unix_token *del_token = NULL; /* * NT can set delete_on_close of the last open -- cgit