mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Typo
This commit is contained in:
parent
c04b6b2908
commit
c3169e9eea
@ -113,7 +113,7 @@ init({Port, _, udp} = EndPoint, Module, Opts, SockOpts) ->
|
||||
_ ->
|
||||
{Port, SockOpts}
|
||||
end,
|
||||
ExtraOpts2 = lists:keydelete(socket_timeout, 1, ExtraOpts),
|
||||
ExtraOpts2 = lists:keydelete(send_timeout, 1, ExtraOpts),
|
||||
case gen_udp:open(Port2, [binary,
|
||||
{active, false},
|
||||
{reuseaddr, true} |
|
||||
|
Loading…
Reference in New Issue
Block a user