summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_vhost.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost.erl b/src/rabbit_vhost.erl
index 5cbb057a42..3a214e2634 100644
--- a/src/rabbit_vhost.erl
+++ b/src/rabbit_vhost.erl
@@ -269,7 +269,7 @@ i(cluster_state, VHost) ->
[VHost]) of
{badrpc, nodedown} -> nodedown;
true -> running;
- false -> down
+ false -> stopped
end,
{Node, State}
end,