Skip to content

Commit 1007c2e

Browse files
committed
OrcCommand: GetThis: fix resurrectRecord option
1 parent f08b53c commit 1007c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrcCommand/Command/GetThis/GetThis_Run.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ HRESULT Main::FindMatchingSamples()
14311431
config.Locations,
14321432
std::bind(&Main::OnMatchingSample, this, std::placeholders::_1, std::placeholders::_2),
14331433
false,
1434-
ResurrectRecordsMode::kNo);
1434+
config.resurrectRecordsMode);
14351435

14361436
if (FAILED(hr))
14371437
{

0 commit comments

Comments
 (0)