mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
smbd: remove "id" from share_mode_entry
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Feb 13 05:01:38 CET 2018 on sn-devel-144
This commit is contained in:
parent
f7e65719a4
commit
3bbc575644
@ -51,7 +51,6 @@ interface open_files
|
||||
uint32 share_access;
|
||||
uint32 private_options;
|
||||
timeval time;
|
||||
file_id id;
|
||||
udlong share_file_id;
|
||||
uint32 uid;
|
||||
uint16 flags;
|
||||
|
@ -847,7 +847,6 @@ bool set_share_mode(struct share_mode_lock *lck, struct files_struct *fsp,
|
||||
e->lease = lease;
|
||||
e->time.tv_sec = fsp->open_time.tv_sec;
|
||||
e->time.tv_usec = fsp->open_time.tv_usec;
|
||||
e->id = fsp->file_id;
|
||||
e->share_file_id = fsp->fh->gen_id;
|
||||
e->uid = (uint32_t)uid;
|
||||
e->flags = (fsp->posix_flags & FSP_POSIX_FLAGS_OPEN) ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user