summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-01 15:15:38 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-01 15:15:38 +0000
commitd600d3896b57f41edc4604b97c2864a148d4106c (patch)
tree889e1a70bf0cdf90f1d0fd951f86f919d8fd1fa3
parenta24696f90e186fde9f280899928af1c9bb870d64 (diff)
downloadrabbitmq-server-git-d600d3896b57f41edc4604b97c2864a148d4106c.tar.gz
Revert comment change
-rw-r--r--src/rabbit_mnesia.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 0f9a6a7ac4..ab936c18e4 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -515,7 +515,7 @@ init_db(ClusterNodes, Force) ->
%% Take a cluster node config and create the right kind of node - a
%% standalone disk node, or disk or ram node connected to the
%% specified cluster nodes. If Force is false, don't allow
-%% connections if all disc nodes are offline and we are a RAM node.
+%% connections to offline nodes.
init_db(ClusterNodes, Force, SecondaryPostMnesiaFun) ->
UClusterNodes = lists:usort(ClusterNodes),
ProperClusterNodes = UClusterNodes -- [node()],