Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlis...
commite7fa76637858bffb2970606463008c8f6e62ce39
authorKen Thomases <ken@codeweavers.com>
Thu, 11 Jun 2015 21:04:04 +0000 (11 16:04 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Jun 2015 12:22:42 +0000 (12 21:22 +0900)
tree1766a5dabe1cdb5810bcc9f0fc612f48e0e43ec6
parentf634faaae30546742d05a3587d41a11d18132ba6
Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.".

This was wrong-headed and could never have worked.  The second getattrlist()
call that I was trying to avoid was only necessary when the first fails.  Given
that the first failed, its results can't be used to avoid the second, no matter
what information we requested.

This reverts commit 5514df9d4e4c14cafcc4284e12d26ad6c74709fe.
dlls/ntdll/directory.c