diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:40:41 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:40:41 +0300 |
| commit | a1f7e50ffe287139c04510933aeb54445d1ceed1 (patch) | |
| tree | 29df2df574083a94ae0c8b424dd5467d2b319630 | |
| parent | 7c070cf81e28ea0fb6249bf417e0c36d5b028cfc (diff) | |
| download | rabbitmq-server-git-a1f7e50ffe287139c04510933aeb54445d1ceed1.tar.gz | |
Please formatting gods
| -rw-r--r-- | src/rabbit_upgrade_functions.erl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl index fdd0e4227a..f516737fbc 100644 --- a/src/rabbit_upgrade_functions.erl +++ b/src/rabbit_upgrade_functions.erl @@ -433,11 +433,10 @@ recoverable_slaves(Table) -> sync_slave_pids, recoverable_slaves, policy, gm_pids, decorators, state]). -%% Prior to 3.6.0, passwords were hashed using MD5, -%% this populates existing records with said default. -%% Users created with 3.6.0+ -%% will have internal_user.hashing_algorithm populated -%% by the internal authn backend. +%% Prior to 3.6.0, passwords were hashed using MD5, this populates +%% existing records with said default. Users created with 3.6.0+ will +%% have internal_user.hashing_algorithm populated by the internal +%% authn backend. user_password_hashing() -> transform( rabbit_user, @@ -466,8 +465,8 @@ create(Tab, TabDef) -> %% Dumb replacement for rabbit_exchange:declare that does not require %% the exchange type registry or worker pool to be running by dint of %% not validating anything and assuming the exchange type does not -%% require serialisation. -%% NB: this assumes the pre-exchange-scratch-space format +%% require serialisation. NB: this assumes the +%% pre-exchange-scratch-space format declare_exchange(XName, Type) -> X = {exchange, XName, Type, true, false, false, []}, ok = mnesia:dirty_write(rabbit_durable_exchange, X). |
