summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_mirror_queue_slave.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index fd50162452..4a9dc1fe7b 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -327,7 +327,7 @@ confirm_messages(MsgIds, State = #state { msg_id_status = MS }) ->
%% confirm.
{dict:erase(MsgId, MSN),
gb_trees_cons(ChPid, MsgSeqNo, CMsN)};
- {ok, {confirmed, ChPid}} ->
+ {ok, {confirmed, _ChPid}} ->
%% It's already been confirmed. This is
%% probably it's been both sync'd to disk
%% and then delivered and ack'd before we've