Skip to content

Commit

Permalink
Merge pull request #12458 from rabbitmq/rabbitmq-server-12449
Browse files Browse the repository at this point in the history
By @gomoripeti: Don't start invalid but enabled plugins at startup
  • Loading branch information
michaelklishin authored Oct 5, 2024
2 parents 88691c6 + 2194822 commit 3540541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_plugins.erl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ prepare_plugins(Enabled) ->
[ExpandDir, E2]}})
end,
[prepare_plugin(Plugin, ExpandDir) || Plugin <- ValidPlugins],
Wanted.
[P#plugin.name || P <- ValidPlugins].

maybe_warn_about_invalid_plugins([]) ->
ok;
Expand Down

0 comments on commit 3540541

Please sign in to comment.