diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_fifo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl index 38c86cd3ba..bb2600dd73 100644 --- a/src/rabbit_fifo.erl +++ b/src/rabbit_fifo.erl @@ -395,7 +395,7 @@ apply(_, {down, ConsumerPid, noconnection}, [{monitor, node, Node} | Effects0] end, {State#state{consumers = Cons, enqueuers = Enqs}, Effects, ok}; -apply(_, {down, Pid, _Info} = D, Effects0, +apply(_, {down, Pid, _Info}, Effects0, #state{consumers = Cons0, enqueuers = Enqs0} = State0) -> % Remove any enqueuer for the same pid and enqueue any pending messages |
