diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-03 18:50:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-03 18:50:13 +0000 |
commit | 20f1cf6cdcf9fc74d18fb9401e627a3455183ef3 (patch) | |
tree | 04837fc1e8b278af8e351ed0f59368f279eba2fa /source3/include | |
parent | f5d5df9644abc08ae1b16a0826eb8cf5c3de54d1 (diff) | |
download | samba-20f1cf6cdcf9fc74d18fb9401e627a3455183ef3.tar.gz samba-20f1cf6cdcf9fc74d18fb9401e627a3455183ef3.tar.bz2 samba-20f1cf6cdcf9fc74d18fb9401e627a3455183ef3.zip |
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy.
(This used to be commit 62038a0abf193d4dc4f37c31ac77216a10f6f326)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 60ab6be29a..3ca8d32289 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -392,6 +392,7 @@ typedef struct files_struct BOOL print_file; BOOL modified; BOOL is_directory; + BOOL is_stat; BOOL directory_delete_on_close; char *fsp_name; } files_struct; |