aboutsummaryrefslogtreecommitdiff
path: root/src/engine/registration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/registration.cpp')
-rw-r--r--src/engine/registration.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/registration.cpp b/src/engine/registration.cpp
index 9c821422..dc4b88bf 100644
--- a/src/engine/registration.cpp
+++ b/src/engine/registration.cpp
@@ -869,6 +869,7 @@ LExit:
869 *******************************************************************/ 869 *******************************************************************/
870extern "C" HRESULT RegistrationSessionEnd( 870extern "C" HRESULT RegistrationSessionEnd(
871 __in BURN_REGISTRATION* pRegistration, 871 __in BURN_REGISTRATION* pRegistration,
872 __in BURN_PACKAGES* pPackages,
872 __in BURN_RESUME_MODE resumeMode, 873 __in BURN_RESUME_MODE resumeMode,
873 __in BOOTSTRAPPER_APPLY_RESTART restart, 874 __in BOOTSTRAPPER_APPLY_RESTART restart,
874 __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction 875 __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction
@@ -912,7 +913,7 @@ extern "C" HRESULT RegistrationSessionEnd(
912 BURN_DEPENDENCY_REGISTRATION_ACTION_UNREGISTER == dependencyRegistrationAction) 913 BURN_DEPENDENCY_REGISTRATION_ACTION_UNREGISTER == dependencyRegistrationAction)
913 { 914 {
914 // Remove the bundle dependency key. 915 // Remove the bundle dependency key.
915 DependencyUnregisterBundle(pRegistration); 916 DependencyUnregisterBundle(pRegistration, pPackages);
916 } 917 }
917 918
918 // Delete update registration key. 919 // Delete update registration key.