Not yet used.
This allows it to be independent of conn settings on
a per-handle-basis for SMB2 posix.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
struct name_cache_entry *name_cache;
unsigned int name_cache_index;
unsigned int file_number;
+ bool case_sensitive;
files_struct *fsp; /* Back pointer to containing fsp, only
set from OpenDir_fsp(). */
};
goto fail;
}
dir_hnd->fsp = fsp;
+ dir_hnd->case_sensitive = conn->case_sensitive;
talloc_set_destructor(dir_hnd, smb_Dir_destructor);