From a26f2fbe2b320246dca43161245d66c6a01240d3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 3 Jan 2003 19:07:26 +0000 Subject: Fix problem with "hide unreadable". stat file opens are baaack :-). Jeremy. (This used to be commit 6e0cfec16594ade6e6c499f521781348fee25040) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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