Skip to content

Commit

Permalink
Merge pull request #8538 from zhongwencool/listener-api-nodes
Browse files Browse the repository at this point in the history
fix: ensure /listeners API return all node's status
  • Loading branch information
zhongwencool committed Jul 21, 2022
2 parents 17bbd62 + f080715 commit 5fbf673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emqx_management/src/emqx_mgmt_api_listeners.erl
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ format_status(Key, Node, Listener, Acc) ->
NodeStatus =
case maps:find(Node, NodeStatus0) of
error ->
#{
NodeStatus0#{
Node => #{
max_connections => MaxConnections,
current_connections => CurrentConnections
Expand Down

0 comments on commit 5fbf673

Please sign in to comment.