Author: metze Date: 2007-05-14 11:45:39 +0000 (Mon, 14 May 2007) New Revision: 22842
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22842 Log: fix directory listing of SMB2 and include directories and hidden files metze Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c Changeset: Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c =================================================================== --- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c 2007-05-14 09:50:39 UTC (rev 22841) +++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c 2007-05-14 11:45:39 UTC (rev 22842) @@ -683,7 +683,7 @@ 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;
