mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
Fixed a typo in ejabberd_s2s_in SUPERVISOR_START definition
This commit is contained in:
parent
083dfe01ea
commit
7c8a452b00
@ -87,7 +87,7 @@
|
||||
|
||||
-define(SUPERVISOR_START,
|
||||
p1_fsm:start(ejabberd_s2s_in, [SockData, Opts],
|
||||
?FSMOPTS ++ fsm_limit_opts(Opts)).
|
||||
?FSMOPTS ++ fsm_limit_opts(Opts))).
|
||||
|
||||
-else.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user