We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a3104 commit 251dc0cCopy full SHA for 251dc0c
src/rabbit_amqqueue.erl
@@ -244,7 +244,7 @@ determine_queue_nodes(Args) ->
244
case [list_to_atom(binary_to_list(Node)) ||
245
{longstr, Node} <- Nodes] of
246
[Node] -> {Node, undefined};
247
- [First | Rest] -> {First, Rest}
+ [First | Rest] -> {First, [First | Rest]}
248
end;
249
{{_Type, <<"all">>}, _} ->
250
{node(), all};
0 commit comments