summaryrefslogtreecommitdiff
path: root/src
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
commiteb00309010121d9c443c9852c17edf5041f7bbbe (patch)
treec6ed38bdde3d7ee5f092c5799fd48cef9a30755d /src
parent831f445a48394e0d8d368cef34b0cbf02bf32329 (diff)
downloadrabbitmq-server-git-eb00309010121d9c443c9852c17edf5041f7bbbe.tar.gz
Oops
Diffstat (limited to 'src')
-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 45be277ead..e5ea648d10 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};