summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-03-16 13:16:30 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-03-16 13:16:30 +0000
commitbdfd91590c0882021b40fe1817eaee4dc42c7935 (patch)
tree32e64a4183944ac1b0a43b8d2487f0f7d22bc50e
parent2bd132d6f1d8e06adb8dc00cce06c6272b29030c (diff)
downloadrabbitmq-server-git-bdfd91590c0882021b40fe1817eaee4dc42c7935.tar.gz
whoops
-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