Skip to content

Commit 6b575e0

Browse files
committed
mnesia_reset
1 parent 47cb873 commit 6b575e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_mnesia.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ change_cluster_node_type(Type) ->
278278
[] -> e(no_online_cluster_nodes);
279279
[Node0|_] -> Node0
280280
end,
281-
ok = reset(),
281+
ok = rabbit_db:reset(),
282282
ok = join_cluster(Node, Type).
283283

284284
%% We proceed like this: try to remove the node locally. If the node

0 commit comments

Comments
 (0)