diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-06-21 15:49:05 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-06-21 15:49:05 +0100 |
| commit | d6c429f8f153273d668e6f2120fa8bd1401578cd (patch) | |
| tree | 5a010847b3aca6fed7742c0f73407cf017f7daf1 /src | |
| parent | 3510e978e52975f752a0ecdbd051336c3d067e89 (diff) | |
| parent | d0a9d6ed3c337ce62ae8a918fc684926467f935e (diff) | |
| download | rabbitmq-server-git-d6c429f8f153273d668e6f2120fa8bd1401578cd.tar.gz | |
stable to default
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_misc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl index 1b87694f8a..458be76a6a 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -216,7 +216,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), |
