Remove the `persistent` option passed to `application:env_set/4`
This isn't available on Erlang R16B03, making broker start fail, so remove this option since it is not needed.
This commit is contained in:
parent
e2c61c0e37
commit
8e13ca81ef
|
|
@ -34,8 +34,7 @@ change_SSL_options() ->
|
|||
Before = [],
|
||||
edit(Before);
|
||||
{ok, Before} when is_list(Before) ->
|
||||
ok = application:set_env(rabbit,
|
||||
initial_SSL_options, Before, [{persistent, true}]),
|
||||
ok = application:set_env(rabbit, initial_SSL_options, Before),
|
||||
edit(Before)
|
||||
end,
|
||||
ok = application:set_env(rabbit,
|
||||
|
|
|
|||
Loading…
Reference in New Issue