mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r22842: fix directory listing of SMB2 and include directories and hidden files
metze
(This used to be commit e087772ec9
)
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->handle = INVALID_SEARCH_HANDLE;
|
||||||
search->dir = dir;
|
search->dir = dir;
|
||||||
search->current_index = 0;
|
search->current_index = 0;
|
||||||
search->search_attrib = 0;
|
search->search_attrib = 0x0000FFFF;
|
||||||
search->must_attrib = 0;
|
search->must_attrib = 0;
|
||||||
search->last_used = 0;
|
search->last_used = 0;
|
||||||
search->num_ea_names = 0;
|
search->num_ea_names = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user