25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00

Fixed a typo in ejabberd_s2s_in SUPERVISOR_START definition

This commit is contained in:
Alexey Shchepin 2012-10-03 16:21:54 +03:00
parent 083dfe01ea
commit 7c8a452b00

View File

@ -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.