mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r22842: fix directory listing of SMB2 and include directories and hidden files
metze (This used to be commit e087772ec9ec561b13dbdf6bfead7394a184d7d9)
This commit is contained in:
parent
8861c4a68e
commit
a42f78cd50
@ -683,7 +683,7 @@ static NTSTATUS pvfs_search_first_smb2(struct ntvfs_module_context *ntvfs,
|
||||
search->handle = INVALID_SEARCH_HANDLE;
|
||||
search->dir = dir;
|
||||
search->current_index = 0;
|
||||
search->search_attrib = 0;
|
||||
search->search_attrib = 0x0000FFFF;
|
||||
search->must_attrib = 0;
|
||||
search->last_used = 0;
|
||||
search->num_ea_names = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user