mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Merge pull request #144 from weiss/fix-supervisor-start
Add missing parenthesis
This commit is contained in:
commit
8e628fdad3
@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
-define(SUPERVISOR_START,
|
-define(SUPERVISOR_START,
|
||||||
p1_fsm:start(ejabberd_s2s_in, [SockData, Opts],
|
p1_fsm:start(ejabberd_s2s_in, [SockData, Opts],
|
||||||
?FSMOPTS ++ fsm_limit_opts(Opts)).
|
?FSMOPTS ++ fsm_limit_opts(Opts))).
|
||||||
|
|
||||||
-else.
|
-else.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user