Skip to content

Commit

Permalink
Merge branch 'bmk/kernel/20221208/inet_backend_option_in_connect_with…
Browse files Browse the repository at this point in the history
…_sockaddr/OTP-18358' into maint
  • Loading branch information
bmk committed Dec 19, 2022
2 parents dd2efd6 + 1d70102 commit 0e372eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kernel/src/gen_tcp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ connect(#{family := Fam} = SockAddr, Opts, Timeout)
{'EXIT', Reason} -> exit(Reason);
Error -> Error
end;
{GenTcpMod, Opts} ->
GenTcpMod:connect(SockAddr2, Opts, Timeout)
{GenTcpMod, Opts2} ->
GenTcpMod:connect(SockAddr2, Opts2, Timeout)
end.


Expand Down

0 comments on commit 0e372eb

Please sign in to comment.