24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix reload_config

This commit is contained in:
Christophe Romain 2016-12-02 16:29:46 +01:00
parent 23786c95c9
commit 23f7075313

View File

@ -402,8 +402,8 @@ registered_vhosts() ->
reload_config() -> reload_config() ->
ejabberd_config:reload_file(), ejabberd_config:reload_file(),
acl:start(), acl:load_from_config(),
shaper:start(), shaper:load_from_config(),
ejabberd_access_permissions:invalidate(). ejabberd_access_permissions:invalidate().
%%% %%%