summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-09-28 16:52:53 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-09-28 16:52:53 +0100
commit49cc7ceb0cbff85ce9e14b862a75ada132902fe0 (patch)
tree2d4f1e4f18d5f1b5878df94f2b4ef60e7e005c9f /src
parent0366817f197859e589b7bc2c812c9cc45ab64cec (diff)
downloadrabbitmq-server-git-49cc7ceb0cbff85ce9e14b862a75ada132902fe0.tar.gz
Assert a bit here too.
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 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) ->