summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};