summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-12-20 12:29:38 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-12-20 12:29:38 +0000
commit2047b6c15e94111fd1f1dd4bdb5dd60213c6614d (patch)
tree9a2d7df3a919a67888e1de02c346b378db1bc47c
parent3a57d61a3982663b669b3ce84175e12a03d45a2c (diff)
downloadrabbitmq-server-2047b6c15e94111fd1f1dd4bdb5dd60213c6614d.tar.gz
Tone down the name a bit
-rw-r--r--src/rabbit_upgrade_functions.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl
index af3996c2..38018af9 100644
--- a/src/rabbit_upgrade_functions.erl
+++ b/src/rabbit_upgrade_functions.erl
@@ -36,7 +36,7 @@
-spec(remove_user_scope/0 :: () -> 'ok').
-spec(hash_passwords/0 :: () -> 'ok').
-spec(add_ip_to_listener/0 :: () -> 'ok').
--spec(add_internal_to_exchange_and_durable_exchange/0 :: () -> 'ok').
+-spec(internal_exchanges/0 :: () -> 'ok').
-endif.
@@ -73,7 +73,7 @@ add_ip_to_listener() ->
end,
[node, protocol, host, ip_address, port]).
-add_internal_to_exchange_and_durable_exchange() ->
+internal_exchanges() ->
Tables = [rabbit_exchange, rabbit_durable_exchange],
AddInternalFun =
fun ({exchange, Name, Type, Durable, AutoDelete, Args}) ->