mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
Remove the "stat_open()" function, flag, and all associated code. It was only
being (correctly) used in the can_read/can_write checks for hide unreadable/unwritable and this is more properly done using the functions in smbd/file_access.c. Preparing to do NT access checks on all file access. Jeremy.
This commit is contained in:
@@ -508,7 +508,6 @@ typedef struct files_struct {
|
||||
bool print_file;
|
||||
bool modified;
|
||||
bool is_directory;
|
||||
bool is_stat;
|
||||
bool aio_write_behind;
|
||||
bool lockdb_clean;
|
||||
bool initial_delete_on_close; /* Only set at NTCreateX if file was created. */
|
||||
|
||||
Reference in New Issue
Block a user