diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2017-08-14 15:56:30 +0100 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2017-08-14 15:56:30 +0100 |
| commit | 8034de0125e56ce575c1e8a93cff164bcd33f96e (patch) | |
| tree | 7b0dc32c62d39eb46fe9cc5b2c29ebe23046e812 /src | |
| parent | 60e8f879bbb8635c64e224223c69d5198a4d3401 (diff) | |
| download | rabbitmq-server-git-8034de0125e56ce575c1e8a93cff164bcd33f96e.tar.gz | |
Remove timeout swithch from the node_health_check command.
The timeout switch is already a default switch, the command should
not redefine it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_msg_store.erl b/src/rabbit_vhost_msg_store.erl index b9af37c258..df10883707 100644 --- a/src/rabbit_vhost_msg_store.erl +++ b/src/rabbit_vhost_msg_store.erl @@ -19,7 +19,7 @@ -include("rabbit.hrl"). -export([start/4, stop/2, client_init/5, successfully_recovered_state/2]). - +-export([vhost_store_pid/2]). start(VHost, Type, ClientRefs, StartupFunState) when is_list(ClientRefs); ClientRefs == undefined -> |
