aboutsummaryrefslogtreecommitdiff
path: root/src/engine/detect.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/detect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/detect.cpp b/src/engine/detect.cpp
index 355b49f5..844816ba 100644
--- a/src/engine/detect.cpp
+++ b/src/engine/detect.cpp
@@ -173,7 +173,7 @@ extern "C" HRESULT DetectReportRelatedBundles(
173 HRESULT hr = S_OK; 173 HRESULT hr = S_OK;
174 int nCompareResult = 0; 174 int nCompareResult = 0;
175 BOOTSTRAPPER_REQUEST_STATE uninstallRequestState = BOOTSTRAPPER_REQUEST_STATE_NONE; 175 BOOTSTRAPPER_REQUEST_STATE uninstallRequestState = BOOTSTRAPPER_REQUEST_STATE_NONE;
176 *pfEligibleForCleanup = pRegistration->fInstalled || CacheBundleRunningFromCache(); 176 *pfEligibleForCleanup = pRegistration->fInstalled || pRegistration->fCached;
177 177
178 for (DWORD iRelatedBundle = 0; iRelatedBundle < pRegistration->relatedBundles.cRelatedBundles; ++iRelatedBundle) 178 for (DWORD iRelatedBundle = 0; iRelatedBundle < pRegistration->relatedBundles.cRelatedBundles; ++iRelatedBundle)
179 { 179 {