From 7cf03f0ecc0a54062548656fadcacfba996cd459 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Feb 2021 17:30:28 -0600 Subject: Loosen restrictions for actions that don't affect machine state. --- src/engine/plan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/plan.cpp') 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( STRINGDICT_HANDLE sdBundleDependents = NULL; STRINGDICT_HANDLE sdIgnoreDependents = NULL; - pPlan->fRegister = TRUE; // register the bundle since we're modifying machine state. + pPlan->fCanAffectMachineState = TRUE; // register the bundle since we're modifying machine state. pPlan->fDisallowRemoval = FALSE; // by default the bundle can be planned to be removed -- cgit v1.2.3-55-g6feb