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
commita48f8daf725dc7e4e4427571a7535cf3b7c280b9 (patch)
tree889e1a70bf0cdf90f1d0fd951f86f919d8fd1fa3
parentbb4ca859ed905beb0133af5b4ce2d0ab3852e6d6 (diff)
downloadrabbitmq-server-a48f8daf725dc7e4e4427571a7535cf3b7c280b9.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 0f9a6a7a..ab936c18 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()],