mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix startup of supervisors for listening modules
This commit is contained in:
parent
6ca5691792
commit
7fc272918a
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ start_module_sup(Module, Opts) ->
|
|||
[ejabberd_tmp_sup]},
|
||||
case supervisor:start_child(ejabberd_sup, ChildSpec) of
|
||||
{ok, _} -> Proc;
|
||||
{error, {already_started, _}} -> Proc;
|
||||
_ -> undefined
|
||||
end;
|
||||
false ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue