This commit is contained in:
Scott E. Graves 2024-10-25 12:03:45 -05:00
parent 5e1745ebfb
commit 3f6121839a

View File

@ -664,6 +664,7 @@ auto winfsp_drive::Open(PWSTR file_name, UINT32 create_options,
UINT32 granted_access, PVOID * /*file_node*/,
PVOID *file_desc, OpenFileInfo *ofi) -> NTSTATUS {
REPERTORY_USES_FUNCTION_NAME();
*file_desc = reinterpret_cast<PVOID>(INVALID_HANDLE_VALUE);
const auto api_path =
utils::path::create_api_path(utils::string::to_utf8(file_name));