Skip to content
Snippets Groups Projects
Commit e7fa7663 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard
Browse files

Revert "ntdll: Avoid one of the calls to getattrlist() when...

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 5514df9d.
parent f634faaa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment