summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-06-21 15:48:50 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-06-21 15:48:50 +0100
commitd0a9d6ed3c337ce62ae8a918fc684926467f935e (patch)
tree1078c529da89883ed19b9979a5337097d81afc10 /src
parent1001ba601f49d6f4d0c4515f7f06c7e0b5bb8b21 (diff)
downloadrabbitmq-server-git-d0a9d6ed3c337ce62ae8a918fc684926467f935e.tar.gz
Make it clearer what I meant.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl
index cb91b65094..8a6638241a 100644
--- a/src/rabbit_mirror_queue_misc.erl
+++ b/src/rabbit_mirror_queue_misc.erl
@@ -218,7 +218,7 @@ report_deaths(MirrorPid, IsMaster, QueueName, DeadPids) ->
store_updated_slaves(Q = #amqqueue{slave_pids = SPids,
sync_slave_pids = SSPids}) ->
%% TODO now that we clear sync_slave_pids in rabbit_durable_queue,
- %% do we still need this?
+ %% do we still need this filtering?
SSPids1 = [SSPid || SSPid <- SSPids, lists:member(SSPid, SPids)],
Q1 = Q#amqqueue{sync_slave_pids = SSPids1},
ok = rabbit_amqqueue:store_queue(Q1),