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(
582
582
fun (FeatureName , _FeatureState ) ->
583
583
FeatureProps = maps :get (
584
584
FeatureName , FeatureFlags ),
585
- state_after_virtual_state (
585
+ state_after_virtual_reset (
586
586
FeatureName , FeatureProps )
587
587
end , FeatureStates0 ),
588
588
StatesPerNode1 = maps :map (
@@ -596,14 +596,14 @@ virtually_reset_inventory(
596
596
false = _NodeAsVirgin ) ->
597
597
Inventory .
598
598
599
- state_after_virtual_state (_FeatureName , FeatureProps )
599
+ state_after_virtual_reset (_FeatureName , FeatureProps )
600
600
when ? IS_FEATURE_FLAG (FeatureProps ) ->
601
601
Stability = rabbit_feature_flags :get_stability (FeatureProps ),
602
602
case Stability of
603
603
required -> true ;
604
604
_ -> false
605
605
end ;
606
- state_after_virtual_state (FeatureName , FeatureProps )
606
+ state_after_virtual_reset (FeatureName , FeatureProps )
607
607
when ? IS_DEPRECATION (FeatureProps ) ->
608
608
not rabbit_deprecated_features :should_be_permitted (
609
609
FeatureName , FeatureProps ).
You can’t perform that action at this time.
0 commit comments