diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-20 11:07:14 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-20 11:07:14 +0100 |
| commit | ee12635ff82a2da3c339ef71c08424bd7b21bf8c (patch) | |
| tree | b068583416b3ded4f6dd91b5fe245ca87236aead /src | |
| parent | 51cef71c260ff96e6412ec618ba908d73191e176 (diff) | |
| download | rabbitmq-server-git-ee12635ff82a2da3c339ef71c08424bd7b21bf8c.tar.gz | |
We handled that case in 359da524140b
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 7f65af6544..c8bff0c434 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -147,7 +147,6 @@ init_slave(Q = #amqqueue{name = QName}) -> existing -> gm:leave(GM), {stop, normal, Q}; - %% TODO what about this case? master_in_recovery -> gm:leave(GM), %% The queue record vanished - we must have a master starting |
