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:
Joseph Yiasemides 2016-03-21 16:24:46 +01:00
parent e2c61c0e37
commit 8e13ca81ef
1 changed files with 1 additions and 2 deletions

View File

@ -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,