Skip to content

Commit ddb14c0

Browse files
committed
OrcLib: USNJournalWalkerOffline: do not 'resurrect' records
1 parent 3f1dd57 commit ddb14c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrcLib/USNJournalWalkerOffline.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ HRESULT USNJournalWalkerOffline::EnumJournal(const IUSNJournalWalker::Callbacks&
110110

111111
MFTWalker walk;
112112

113-
if (FAILED(hr = walk.Initialize(locations.begin()->second, ResurrectRecordsMode::kYes)))
113+
if (FAILED(hr = walk.Initialize(locations.begin()->second, ResurrectRecordsMode::kNo)))
114114
{
115115
Log::Error(L"Failed during MFT walk initialisation [{}]", SystemError(hr));
116116
return hr;

0 commit comments

Comments
 (0)