summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-17 10:11:45 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-17 10:11:45 +0000
commitbd1392718f4f6eb0efada430c6b2c670f1a340b5 (patch)
tree5e2790219235686139b62115c84d973f7230b3d3
parent5766f2a1067b899dda0836eee7523651acc5e040 (diff)
downloadrabbitmq-server-git-bd1392718f4f6eb0efada430c6b2c670f1a340b5.tar.gz
Oops, that's not exported.
-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 3f7fc0d8c3..8acb0b0245 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -360,7 +360,7 @@ running_nodes_filename() ->
record_running_disc_nodes() ->
FileName = running_nodes_filename(),
- Nodes = rabbit_mnesia:nodes_of_type(disc_copies) -- [node()],
+ Nodes = nodes_of_type(disc_copies) -- [node()],
%% Don't check the result: we're shutting down anyway and this is
%% a best-effort-basis.
rabbit_misc:write_term_file(FileName, [Nodes]).