summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-12-01 18:15:00 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-12-01 18:15:00 +0000
commit83ebef63bd11e89bd8ee4e558da2f54c27f6a03b (patch)
treec6ed38bdde3d7ee5f092c5799fd48cef9a30755d
parentcaac06859596a032daa8452e37e284a74140c1ed (diff)
downloadrabbitmq-server-83ebef63bd11e89bd8ee4e558da2f54c27f6a03b.tar.gz
Oops
-rw-r--r--src/mirrored_supervisor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 45be277e..e5ea648d 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -409,7 +409,7 @@ handle_info({'DOWN', _Ref, process, Pid, _Reason},
[Self | _] -> {atomic, ChildSpecs} =
mnesia:transaction(fun() -> update_all(Pid) end),
[start(Delegate, ChildSpec) || ChildSpec <- ChildSpecs];
- _ -> ok
+ _ -> []
end,
case all_started(R) of
true -> {noreply, State};