From 20f1cf6cdcf9fc74d18fb9401e627a3455183ef3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 3 Jan 2003 18:50:13 +0000 Subject: Fix problem with "hide unreadable". stat file opens are baaack :-). Jeremy. (This used to be commit 62038a0abf193d4dc4f37c31ac77216a10f6f326) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') 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; -- cgit