From 83ebef63bd11e89bd8ee4e558da2f54c27f6a03b Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Thu, 1 Dec 2011 18:15:00 +0000 Subject: Oops --- src/mirrored_supervisor.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- cgit v1.2.1