1
0
This commit is contained in:
Scott E. Graves
2017-03-23 01:32:30 -05:00
parent 071c8527e9
commit 02ae20e806

View File

@@ -522,7 +522,7 @@ private:
if (findHandle == INVALID_HANDLE_VALUE) if (findHandle == INVALID_HANDLE_VALUE)
{ {
// TODO Not Cached, so manual attributes // TODO Not Cached, so manual attributes
ret = DokanNtStatusFromWin32(::GetLastError()); ret = STATUS_SUCCESS;// DokanNtStatusFromWin32(::GetLastError());
} }
else else
{ {