mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Satisfy nogo
PiperOrigin-RevId: 403479257
This commit is contained in:
committed by
gVisor bot
parent
e4fc15bd88
commit
706f6f35f4
@@ -630,7 +630,7 @@ func makePipe() (c1, c2 net.Conn, stop func(), err error) {
|
||||
AddressWithPrefix: ip.WithPrefix(),
|
||||
}
|
||||
if err := s.AddProtocolAddress(NICID, protocolAddr, stack.AddressProperties{}); err != nil {
|
||||
return nil, nil, nil, fmt.Errorf("AddProtocolAddress(%d, %+v, {}): %w", NICID, protocolAddr, err)
|
||||
return nil, nil, nil, fmt.Errorf("AddProtocolAddress(%d, %+v, {}): %s", NICID, protocolAddr, err)
|
||||
}
|
||||
|
||||
l, err := ListenTCP(s, addr, ipv4.ProtocolNumber)
|
||||
|
||||
Reference in New Issue
Block a user