diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_boot.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_boot.erl b/src/rabbit_boot.erl index 8dc9bff521..d2dca2a4d8 100644 --- a/src/rabbit_boot.erl +++ b/src/rabbit_boot.erl @@ -286,7 +286,7 @@ run_boot_step({_, StepName, Attributes}) -> case catch already_run(StepName) of false -> ok = run_step_name(Attributes, mfa), mark_complete(StepName); - true -> ok + _ -> ok end, ok. |
