Fixes
This commit is contained in:
@@ -522,7 +522,7 @@ private:
|
||||
if (findHandle == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
// TODO Not Cached, so manual attributes
|
||||
ret = DokanNtStatusFromWin32(::GetLastError());
|
||||
ret = STATUS_SUCCESS;// DokanNtStatusFromWin32(::GetLastError());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user