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

Do not try to start STUN supervisor

This commit is contained in:
Evgeniy Khramtsov 2013-05-02 19:31:59 +10:00
parent b9d5a3350d
commit c801bd9411

View File

@ -175,14 +175,6 @@ init([]) ->
infinity,
supervisor,
[ejabberd_sm_sup]},
STUNSupervisor =
{ejabberd_stun_sup,
{ejabberd_tmp_sup, start_link,
[ejabberd_stun_sup, ejabberd_stun]},
permanent,
infinity,
supervisor,
[ejabberd_tmp_sup]},
CacheTabSupervisor =
{cache_tab_sup,
{cache_tab_sup, start_link, []},
@ -208,7 +200,6 @@ init([]) ->
HTTPSupervisor,
HTTPPollSupervisor,
IQSupervisor,
STUNSupervisor,
FrontendSocketSupervisor,
CacheTabSupervisor,
Listener]}}.