File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ virtually_reset_inventory(
582582 fun (FeatureName , _FeatureState ) ->
583583 FeatureProps = maps :get (
584584 FeatureName , FeatureFlags ),
585- state_after_virtual_state (
585+ state_after_virtual_reset (
586586 FeatureName , FeatureProps )
587587 end , FeatureStates0 ),
588588 StatesPerNode1 = maps :map (
@@ -596,14 +596,14 @@ virtually_reset_inventory(
596596 false = _NodeAsVirgin ) ->
597597 Inventory .
598598
599- state_after_virtual_state (_FeatureName , FeatureProps )
599+ state_after_virtual_reset (_FeatureName , FeatureProps )
600600 when ? IS_FEATURE_FLAG (FeatureProps ) ->
601601 Stability = rabbit_feature_flags :get_stability (FeatureProps ),
602602 case Stability of
603603 required -> true ;
604604 _ -> false
605605 end ;
606- state_after_virtual_state (FeatureName , FeatureProps )
606+ state_after_virtual_reset (FeatureName , FeatureProps )
607607 when ? IS_DEPRECATION (FeatureProps ) ->
608608 not rabbit_deprecated_features :should_be_permitted (
609609 FeatureName , FeatureProps ).
You can’t perform that action at this time.
0 commit comments