diff options
Diffstat (limited to 'src/engine/core.cpp')
| -rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index aeae6bea..028dc1cc 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
| @@ -626,7 +626,7 @@ extern "C" HRESULT CoreApply( | |||
| 626 | hr = CoreElevate(pEngineState, pEngineState->userExperience.hwndApply); | 626 | hr = CoreElevate(pEngineState, pEngineState->userExperience.hwndApply); |
| 627 | ExitOnFailure(hr, "Failed to elevate."); | 627 | ExitOnFailure(hr, "Failed to elevate."); |
| 628 | 628 | ||
| 629 | hr = ElevationApplyInitialize(pEngineState->companionConnection.hPipe, &pEngineState->variables, pEngineState->plan.action, pEngineState->automaticUpdates, !pEngineState->fDisableSystemRestore); | 629 | hr = ElevationApplyInitialize(pEngineState->companionConnection.hPipe, &pEngineState->userExperience, &pEngineState->variables, pEngineState->plan.action, pEngineState->automaticUpdates, !pEngineState->fDisableSystemRestore); |
| 630 | ExitOnFailure(hr, "Another per-machine setup is already executing."); | 630 | ExitOnFailure(hr, "Another per-machine setup is already executing."); |
| 631 | 631 | ||
| 632 | fElevated = TRUE; | 632 | fElevated = TRUE; |
