diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-10 11:50:29 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-10 11:50:29 +0100 |
| commit | 327d68f38cc4ac0506d929344d4387620634898e (patch) | |
| tree | 68e8f6ca85f4a48897932b55f08ba5b4e75d47f0 /src | |
| parent | 58fd4622070b2be270440c7b3e1e54f3f7b6f269 (diff) | |
| download | rabbitmq-server-git-327d68f38cc4ac0506d929344d4387620634898e.tar.gz | |
Nicer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 7f59445d7f..c2604e862c 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -141,7 +141,7 @@ init(#amqqueue { name = QueueName } = Q) -> duplicate_live_master -> {stop, {duplicate_live_master, Node}}; existing -> - exit(GM, normal), + gm:leave(GM), ignore end. |
