Avoid the appearance of allocation

PiperOrigin-RevId: 393004533
This commit is contained in:
Tamir Duberstein
2021-08-25 16:32:00 -07:00
committed by gVisor bot
parent c1d656c8e4
commit aa2d07442c
+1 -1
View File
@@ -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,