Skip to content

Commit 0e372eb

Browse files
committed
Merge branch 'bmk/kernel/20221208/inet_backend_option_in_connect_with_sockaddr/OTP-18358' into maint
2 parents dd2efd6 + 1d70102 commit 0e372eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/kernel/src/gen_tcp.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ connect(#{family := Fam} = SockAddr, Opts, Timeout)
195195
{'EXIT', Reason} -> exit(Reason);
196196
Error -> Error
197197
end;
198-
{GenTcpMod, Opts} ->
199-
GenTcpMod:connect(SockAddr2, Opts, Timeout)
198+
{GenTcpMod, Opts2} ->
199+
GenTcpMod:connect(SockAddr2, Opts2, Timeout)
200200
end.
201201

202202

0 commit comments

Comments
 (0)