pull/141/merge
safocl 2025-01-30 09:23:17 +04:00 committed by GitHub
commit 6f3b0ced20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void
return -1;
m_ctx = mft_get_search_ctx(vol);
if (!m_ctx)
return -1;
m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD;
count = 0;