summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-08-17 11:29:22 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-08-17 11:29:22 +0100
commit7a47cd858fa15d3d665e0c078de9efc5941790b7 (patch)
tree9e3f7ac4402218407240bd4b871d002780743a9e /src
parent1e85295d242217d44a9562472aae91ffd4172e77 (diff)
downloadrabbitmq-server-git-7a47cd858fa15d3d665e0c078de9efc5941790b7.tar.gz
Gotta love those timeouts.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl
index 510848741d..8c12067017 100644
--- a/src/rabbit_mirror_queue_misc.erl
+++ b/src/rabbit_mirror_queue_misc.erl
@@ -110,7 +110,7 @@ is_really_alive(Pid) ->
end.
is_really_alive0(Pid) ->
- lists:keymember(rabbit, 1, application:which_applications())
+ lists:keymember(rabbit, 1, application:which_applications(infinity))
andalso is_process_alive(Pid).
on_node_up() ->