1
0
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:
Jeremy Allison
2008-05-02 17:22:10 -07:00
parent b739c7f1cd
commit 6bfb06ad95
8 changed files with 16 additions and 149 deletions

View File

@@ -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. */