Skip to content

Commit 1855f0d

Browse files
Merge pull request #10424 from cloudamqp/qq_status_err
Minor: Fix error handling in rabbit_quorum_queue:status/2
2 parents b1d7037 + 733d004 commit 1855f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ status(Vhost, QueueName) ->
11011101
{<<"Term">>, Term},
11021102
{<<"Machine Version">>, MacVer}
11031103
];
1104-
{error, Err} ->
1104+
{error, _} ->
11051105
%% try the old method
11061106
case get_sys_status(ServerId) of
11071107
{ok, Sys} ->

0 commit comments

Comments
 (0)