mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Typo
This commit is contained in:
parent
c04b6b2908
commit
c3169e9eea
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ init({Port, _, udp} = EndPoint, Module, Opts, SockOpts) ->
|
||||||
_ ->
|
_ ->
|
||||||
{Port, SockOpts}
|
{Port, SockOpts}
|
||||||
end,
|
end,
|
||||||
ExtraOpts2 = lists:keydelete(socket_timeout, 1, ExtraOpts),
|
ExtraOpts2 = lists:keydelete(send_timeout, 1, ExtraOpts),
|
||||||
case gen_udp:open(Port2, [binary,
|
case gen_udp:open(Port2, [binary,
|
||||||
{active, false},
|
{active, false},
|
||||||
{reuseaddr, true} |
|
{reuseaddr, true} |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue