diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 16:39:08 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 16:39:08 +0000 |
| commit | 82cacdb803af012b0e1481f99703e226dc923ed1 (patch) | |
| tree | dba95b964890055f3fc1a850e9853558633b55ac | |
| parent | fc7dcd5b3f190cfb60463f6b9f298c27f1f7fe35 (diff) | |
| download | rabbitmq-server-git-82cacdb803af012b0e1481f99703e226dc923ed1.tar.gz | |
Oops.
| -rw-r--r-- | src/rabbit_control.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl index 8a19dcfb79..a8903102dd 100644 --- a/src/rabbit_control.erl +++ b/src/rabbit_control.erl @@ -305,7 +305,7 @@ action(wait, Node, [], _Opts, Inform) -> wait_for_application(Node, ?WAIT_FOR_VM_TIMEOUT). wait_for_application(Node, NodeTimeout) -> - case call(Node, {application, which_applications, [infinity]}) of + case rpc_call(Node, application, which_applications, [infinity]) of {badrpc, _} = E -> NewTimeout = NodeTimeout - 1000, case NewTimeout =< 0 of true -> E; |
