diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-05-08 14:04:30 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-05-08 14:04:30 +0100 |
| commit | 151790422eabcbb79d0a5c0a88426f0a0a709603 (patch) | |
| tree | 53598d5c9d1a434f9c45f72fd04f87fe23e08a06 /src | |
| parent | c082306909af0ac9b5cfdc4cb6da8f68cec9d667 (diff) | |
| download | rabbitmq-server-git-151790422eabcbb79d0a5c0a88426f0a0a709603.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 8f37525dd4..4fc488b88a 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -344,7 +344,7 @@ handle_cast(Msg, State) -> {stop, {unexpected_cast, Msg}, State}. handle_info({'DOWN', _Ref, process, Pid, Reason}, - State = #state{delegate = Pid, group = Group}) -> + State = #state{overall = Pid, group = Group}) -> %% Since the delegate is temporary, its death won't cause us to %% die. Since the overall supervisor kills processes in reverse %% order when shutting down "from above" and we started after the |
