Skip to content

Commit

Permalink
create listeners after subsystem
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Chernin <[email protected]>
  • Loading branch information
Leonid Chernin committed Oct 30, 2024
1 parent 00b63ed commit b2ba71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,10 @@ def update(self) -> bool:
with self.update_is_active_lock:
prefix_list = [
GatewayState.SUBSYSTEM_PREFIX,
GatewayState.LISTENER_PREFIX,
GatewayState.NAMESPACE_PREFIX, GatewayState.HOST_PREFIX,
GatewayState.NAMESPACE_QOS_PREFIX,
GatewayState.NAMESPACE_HOST_PREFIX,
GatewayState.LISTENER_PREFIX,
]

# Get version and state from OMAP
Expand Down

0 comments on commit b2ba71d

Please sign in to comment.