mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Use new configuration validator
This commit is contained in:
parent
d48c067681
commit
a02cff0e78
265 changed files with 12412 additions and 9918 deletions
|
@ -71,7 +71,7 @@ init([LDIFFile]) ->
|
|||
case load_ldif(LDIFFile) of
|
||||
{ok, Tree} ->
|
||||
?INFO_MSG("LDIF tree loaded, "
|
||||
"ready to accept connections", []),
|
||||
"ready to accept connections at ~B", [1389]),
|
||||
{_Pid, MRef} =
|
||||
spawn_monitor(
|
||||
fun() -> accept(ListenSocket, Tree) end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue