[SYSSETUP] Fix use of uninitialized variable

This commit is contained in:
Timo Kreuzer
2026-07-08 11:07:34 +00:00
parent 5e428f34df
commit d7aa4ad3f3
+1 -1
View File
@@ -135,7 +135,7 @@ HRESULT
InstallOptionalComponents(
_In_ PITEMSDATA pItemsData)
{
HRESULT hr;
HRESULT hr = S_OK;
PSETUPDATA pSetupData;
REGISTRATIONNOTIFY Notify = { 0 };
RappsConsent Consent = NOT_ASKED;