Update key_merge.c

This commit is contained in:
DavidXanatos 2022-03-12 20:00:42 +01:00
parent 36dee6bbf9
commit e210a64ae2
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ _FX NTSTATUS Key_OpenForMerge(
//
if (use_rule_specificity)
Key_MergeCache(NULL, &info.LastWriteTime, OriginalPath ? OriginalPath : TruePath, out_TrueMerge);
Key_MergeCache(NULL, &info.LastWriteTime, TruePath, out_TrueMerge);
}
if (! NT_SUCCESS(status)) {