mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 11:44:26 +01:00
CCv0: Merge main into CCv0 branch
Merge remote-tracking branch 'upstream/main' into CCv0 Fixes: #3738 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -361,7 +361,7 @@ func VsockDialer(sock string, timeout time.Duration) (net.Conn, error) {
|
||||
}
|
||||
|
||||
dialFunc := func() (net.Conn, error) {
|
||||
return vsock.Dial(cid, port)
|
||||
return vsock.Dial(cid, port, nil)
|
||||
}
|
||||
|
||||
timeoutErr := grpcStatus.Errorf(codes.DeadlineExceeded, "timed out connecting to vsock %d:%d", cid, port)
|
||||
|
||||
Reference in New Issue
Block a user