summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-05-20 18:39:07 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-05-20 18:39:07 +0100
commit90d1d2aef840120447a16b21b08e17006a573789 (patch)
tree797a109177deb51450281b008d02ff623aed77d9
parent644a66996de65456ea5716436f9d615287ebf41f (diff)
downloadrabbitmq-server-git-90d1d2aef840120447a16b21b08e17006a573789.tar.gz
Critical bug fixed
-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 7fc2c8cbca..f065f66717 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -829,7 +829,7 @@ process_instruction({sender_death, ChPid},
true = erlang:demonitor(MRef),
KS1 = dict:erase(ChPid, KS),
SQ1 = dict:erase(ChPid, SQ),
- State #state { sender_queues = SQ1, known_senders = KS1}
+ State #state { sender_queues = SQ1, known_senders = KS1 }
end};
process_instruction(delete_and_terminate,
State = #state { backing_queue = BQ,