diff options
Diffstat (limited to 'src/burn/engine/engine.cpp')
-rw-r--r-- | src/burn/engine/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp index b093ec9b..79e6aab4 100644 --- a/src/burn/engine/engine.cpp +++ b/src/burn/engine/engine.cpp | |||
@@ -525,7 +525,7 @@ static HRESULT RunUntrusted( | |||
525 | } | 525 | } |
526 | else | 526 | else |
527 | { | 527 | { |
528 | hr = CacheBundleToCleanRoom(&pEngineState->cache, &pEngineState->section, &sczCachedCleanRoomBundlePath); | 528 | hr = CacheBundleToCleanRoom(pEngineState->internalCommand.fInitiallyElevated, &pEngineState->cache, &pEngineState->section, &sczCachedCleanRoomBundlePath); |
529 | ExitOnFailure(hr, "Failed to cache to clean room."); | 529 | ExitOnFailure(hr, "Failed to cache to clean room."); |
530 | 530 | ||
531 | wzCleanRoomBundlePath = sczCachedCleanRoomBundlePath; | 531 | wzCleanRoomBundlePath = sczCachedCleanRoomBundlePath; |