diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-11-02 13:18:34 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-11-02 13:18:34 +0000 |
| commit | b7b41085cca0b463df2509c3319009fb0187a0b2 (patch) | |
| tree | 6f483c3fdf090341273255c56cbd74c8c7c82d54 /src | |
| parent | 549aba2e04926e92906bd249870d423d99b6414f (diff) | |
| download | rabbitmq-server-git-b7b41085cca0b463df2509c3319009fb0187a0b2.tar.gz | |
Oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl index c40539de00..bab47077d9 100644 --- a/src/supervisor2.erl +++ b/src/supervisor2.erl @@ -663,7 +663,7 @@ terminate_simple_children(Child, Dynamics, SupName) -> {Reply, Timedout1} = receive {timeout, Ref} -> - Remaining = Pids -- dict:fetch_keys(Replies), + Remaining = Pids -- [P || {P, _} <- Replies], [exit(P, kill) || P <- Remaining], receive {'DOWN', _MRef, process, Pid, Reason} -> {{error, Reason}, true} |
