26
1
mirror of https://github.com/processone/ejabberd.git synced 2025-01-03 18:02:28 +01:00

cache_size not applied to mod_roster on reload_config (#2769)

This commit is contained in:
Badlop 2019-04-02 19:52:07 +02:00
parent d96ab48c6b
commit cbac8a604a

View File

@ -137,7 +137,8 @@ reload(Host, NewOpts, OldOpts) ->
NewMod:init(Host, NewOpts); NewMod:init(Host, NewOpts);
true -> true ->
ok ok
end. end,
init_cache(NewMod, Host, NewOpts).
depends(_Host, _Opts) -> depends(_Host, _Opts) ->
[]. [].