Skip to content

Commit a3e2b9e

Browse files
We no longer use rabbit_registry for password hashing
1 parent 93b5a3a commit a3e2b9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rabbit_registry.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ class_module(queue_decorator) -> rabbit_queue_decorator;
134134
class_module(policy_validator) -> rabbit_policy_validator;
135135
class_module(ha_mode) -> rabbit_mirror_queue_mode;
136136
class_module(channel_interceptor) -> rabbit_channel_interceptor;
137-
class_module(queue_master_locator)-> rabbit_queue_master_locator;
138-
class_module(password_hashing_mod)-> rabbit_password_hashing.
137+
class_module(queue_master_locator)-> rabbit_queue_master_locator.
139138

140139
%%---------------------------------------------------------------------------
141140

0 commit comments

Comments
 (0)