Skip to content

Commit 44a4e8e

Browse files
Merge pull request #12460 from rabbitmq/mergify/bp/v4.0.x/pr-12458
By @gomoripeti: Don't start invalid but enabled plugins at startup (backport #12458)
2 parents 9503f12 + 936d1a1 commit 44a4e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_plugins.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ prepare_plugins(Enabled) ->
265265
[ExpandDir, E2]}})
266266
end,
267267
[prepare_plugin(Plugin, ExpandDir) || Plugin <- ValidPlugins],
268-
Wanted.
268+
[P#plugin.name || P <- ValidPlugins].
269269

270270
maybe_warn_about_invalid_plugins([]) ->
271271
ok;

0 commit comments

Comments
 (0)