Skip to content

Commit 6c0546e

Browse files
author
Simon MacMullen
committed
Merge bug25420
2 parents 551f1d4 + 88e48f5 commit 6c0546e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rabbit_variable_queue.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,8 @@ status(#vqstate {
809809
{avg_ack_ingress_rate, AvgAckIngressRate},
810810
{avg_ack_egress_rate , AvgAckEgressRate} ].
811811

812-
invoke(?MODULE, Fun, State) -> Fun(?MODULE, State).
812+
invoke(?MODULE, Fun, State) -> Fun(?MODULE, State);
813+
invoke( _, _, State) -> State.
813814

814815
is_duplicate(_Msg, State) -> {false, State}.
815816

0 commit comments

Comments
 (0)