mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:smbd/close: avoid usage of server_event_context()
metze
This commit is contained in:
parent
1909cb0724
commit
61d8674727
@ -289,7 +289,7 @@ static NTSTATUS close_remove_share_mode(files_struct *fsp,
|
||||
|
||||
/* Ensure any pending write time updates are done. */
|
||||
if (fsp->update_write_time_event) {
|
||||
update_write_time_handler(server_event_context(),
|
||||
update_write_time_handler(fsp->conn->sconn->ev_ctx,
|
||||
fsp->update_write_time_event,
|
||||
timeval_current(),
|
||||
(void *)fsp);
|
||||
|
Loading…
Reference in New Issue
Block a user