mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 16:58:17 +00:00 
			
		
		
		
	vendor: Update hyperkit to latest version
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/github.com/moby/hyperkit/go/hyperkit.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/moby/hyperkit/go/hyperkit.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -553,6 +553,9 @@ func checkVPNKitSock(vpnkitsock string) (string, error) { | ||||
| 	if vpnkitsock == "auto" { | ||||
| 		vpnkitsock = filepath.Join(getHome(), defaultVPNKitSock) | ||||
| 	} | ||||
| 	if vpnkitsock == "" { | ||||
| 		return "", nil | ||||
| 	} | ||||
|  | ||||
| 	vpnkitsock = filepath.Clean(vpnkitsock) | ||||
| 	_, err := os.Stat(vpnkitsock) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user