diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-08-25 23:38:43 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-25 23:38:43 +0000 |
commit | 88e12c1f0574040215218b0744b423fda94a5d60 (patch) | |
tree | b3d054c343bca66899d915275597db59dfafc75b /pkg | |
parent | 866705443c8cc6d718c7e5f4d3ba1c3f36b37352 (diff) | |
parent | aa2d07442c8760e2b60c4fa0e403657f2fe318e4 (diff) |
Merge release-20210816.0-40-gaa2d07442 (automated)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/tcpip/transport/tcp/accept.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/transport/tcp/accept.go b/pkg/tcpip/transport/tcp/accept.go index 9560ed43c..0fd8929f3 100644 --- a/pkg/tcpip/transport/tcp/accept.go +++ b/pkg/tcpip/transport/tcp/accept.go @@ -734,7 +734,7 @@ func (e *endpoint) handleListenSegment(ctx *listenContext, s *segment) tcpip.Err // Switch state to connected. n.isConnectNotified = true - h := &handshake{ + h := handshake{ ep: n, iss: iss, ackNum: irs + 1, |