Skip to content

Commit 251dc0c

Browse files
author
Emile Joubert
committed
Record the master together with all the slaves
1 parent 73a3104 commit 251dc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ determine_queue_nodes(Args) ->
244244
case [list_to_atom(binary_to_list(Node)) ||
245245
{longstr, Node} <- Nodes] of
246246
[Node] -> {Node, undefined};
247-
[First | Rest] -> {First, Rest}
247+
[First | Rest] -> {First, [First | Rest]}
248248
end;
249249
{{_Type, <<"all">>}, _} ->
250250
{node(), all};

0 commit comments

Comments
 (0)