summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-11-02 13:18:34 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-11-02 13:18:34 +0000
commit7bf69d0eb735f0c9de465e0e29b685b0663f5e68 (patch)
tree6f483c3fdf090341273255c56cbd74c8c7c82d54
parentb2c2f954600740bd8d4f2e17414f5d71725e3c33 (diff)
downloadrabbitmq-server-7bf69d0eb735f0c9de465e0e29b685b0663f5e68.tar.gz
Oops
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index c40539de..bab47077 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}