mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix reload_config
This commit is contained in:
parent
23786c95c9
commit
23f7075313
@ -402,8 +402,8 @@ registered_vhosts() ->
|
||||
|
||||
reload_config() ->
|
||||
ejabberd_config:reload_file(),
|
||||
acl:start(),
|
||||
shaper:start(),
|
||||
acl:load_from_config(),
|
||||
shaper:load_from_config(),
|
||||
ejabberd_access_permissions:invalidate().
|
||||
|
||||
%%%
|
||||
|
Loading…
Reference in New Issue
Block a user