diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-09-28 16:52:53 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-09-28 16:52:53 +0100 |
| commit | 49cc7ceb0cbff85ce9e14b862a75ada132902fe0 (patch) | |
| tree | 2d4f1e4f18d5f1b5878df94f2b4ef60e7e005c9f /src | |
| parent | 0366817f197859e589b7bc2c812c9cc45ab64cec (diff) | |
| download | rabbitmq-server-git-49cc7ceb0cbff85ce9e14b862a75ada132902fe0.tar.gz | |
Assert a bit here too.
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 8aa860a7c9..8c75ab02e4 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -115,7 +115,7 @@ on_node_up() -> end end, [], rabbit_queue) end), - [add_mirror(QName, node()) || QName <- QNames], + [ok = add_mirror(QName, node()) || QName <- QNames], ok. drop_mirrors(QName, Nodes) -> |
