diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-12-01 18:15:00 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-12-01 18:15:00 +0000 |
| commit | eb00309010121d9c443c9852c17edf5041f7bbbe (patch) | |
| tree | c6ed38bdde3d7ee5f092c5799fd48cef9a30755d /src | |
| parent | 831f445a48394e0d8d368cef34b0cbf02bf32329 (diff) | |
| download | rabbitmq-server-git-eb00309010121d9c443c9852c17edf5041f7bbbe.tar.gz | |
Oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/mirrored_supervisor.erl | 2 |
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}; |
