aboutsummaryrefslogtreecommitdiff
path: root/src/engine/apply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/apply.cpp')
-rw-r--r--src/engine/apply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/apply.cpp b/src/engine/apply.cpp
index f57a56fe..3fbab61a 100644
--- a/src/engine/apply.cpp
+++ b/src/engine/apply.cpp
@@ -399,7 +399,7 @@ extern "C" HRESULT ApplyUnregister(
399 399
400 CalculateKeepRegistration(pEngineState, &fKeepRegistration); 400 CalculateKeepRegistration(pEngineState, &fKeepRegistration);
401 401
402 hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience); 402 hr = UserExperienceOnUnregisterBegin(&pEngineState->userExperience, &fKeepRegistration);
403 ExitOnRootFailure(hr, "BA aborted unregister begin."); 403 ExitOnRootFailure(hr, "BA aborted unregister begin.");
404 404
405 // Calculate the correct resume mode. If a restart has been initiated, that trumps all other 405 // Calculate the correct resume mode. If a restart has been initiated, that trumps all other