25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Merge pull request #1660 from michal800106/master

Fix order of starting supervisors.
This commit is contained in:
Christophe Romain 2017-04-07 10:04:38 +02:00 committed by GitHub
commit 1510ee0b3c

View File

@ -174,7 +174,7 @@ init([]) ->
RouterMulticast, RouterMulticast,
Local, Local,
SM, SM,
GenModSupervisor,
ExtMod, ExtMod,
GenModSupervisor,
Auth, Auth,
OAuth]}}. OAuth]}}.