24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Merge pull request #144 from weiss/fix-supervisor-start

Add missing parenthesis
This commit is contained in:
badlop 2014-02-24 12:40:10 +01:00
commit 8e628fdad3

View File

@ -88,7 +88,7 @@
-define(SUPERVISOR_START,
p1_fsm:start(ejabberd_s2s_in, [SockData, Opts],
?FSMOPTS ++ fsm_limit_opts(Opts)).
?FSMOPTS ++ fsm_limit_opts(Opts))).
-else.