summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-07 14:01:05 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-07 14:01:05 +0000
commit04c6a1a5d1eb2d1924368a225466b7d012b5fc9b (patch)
tree6cef07cc3c739126a31f642df47627cec3f0987c
parent1ab4da3c0a0b3d5515f3fb7fdcea802961eba2f1 (diff)
downloadrabbitmq-server-04c6a1a5d1eb2d1924368a225466b7d012b5fc9b.tar.gz
We have a dependency mechanism. Why not use it?
-rw-r--r--src/rabbit_upgrade_functions.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl
index fc00976a..b5ff2b12 100644
--- a/src/rabbit_upgrade_functions.erl
+++ b/src/rabbit_upgrade_functions.erl
@@ -28,7 +28,7 @@
-rabbit_upgrade({hash_passwords, []}).
-rabbit_upgrade({add_ip_to_listener, []}).
-rabbit_upgrade({internal_exchanges, []}).
--rabbit_upgrade({user_to_internal_user, []}).
+-rabbit_upgrade({user_to_internal_user, [hash_passwords]}).
%% -------------------------------------------------------------------