We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3392f commit 88b5165Copy full SHA for 88b5165
src/rabbit_vhost_sup.erl
@@ -27,5 +27,5 @@
27
start_link(VHost) ->
28
supervisor2:start_link(?MODULE, [VHost]).
29
30
-init([VHost]) ->
+init([_VHost]) ->
31
{ok, {{one_for_all, 0, 1}, []}}.
0 commit comments