aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r--src/engine/plan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp
index b3cb0ee3..d6cc63ad 100644
--- a/src/engine/plan.cpp
+++ b/src/engine/plan.cpp
@@ -519,7 +519,7 @@ extern "C" HRESULT PlanRegistration(
519 STRINGDICT_HANDLE sdBundleDependents = NULL; 519 STRINGDICT_HANDLE sdBundleDependents = NULL;
520 STRINGDICT_HANDLE sdIgnoreDependents = NULL; 520 STRINGDICT_HANDLE sdIgnoreDependents = NULL;
521 521
522 pPlan->fRegister = TRUE; // register the bundle since we're modifying machine state. 522 pPlan->fCanAffectMachineState = TRUE; // register the bundle since we're modifying machine state.
523 523
524 pPlan->fDisallowRemoval = FALSE; // by default the bundle can be planned to be removed 524 pPlan->fDisallowRemoval = FALSE; // by default the bundle can be planned to be removed
525 525