File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212var (
13- svcid , _ = hvsock .GUIDFromString ("3049197C-FACB-11E6-BD58-64006A7986D3" )
13+ svcid , _ = hvsock .GUIDFromString ("3049197C-FACB-11E6-BD58-64006A7986D3" )
1414 useHVSock = false
1515)
1616
@@ -30,7 +30,7 @@ func init() {
3030// "loopback" if the string can't be parsed.
3131func hvsockParseSockStr (sockStr string ) hvsockAddr {
3232 hvAddr := hvsock.Addr {hvsock .GUIDZero , svcid }
33- port , _ := svcid .Port ()
33+ port , _ := svcid .Port ()
3434 vAddr := vsock.Addr {vsock .CIDAny , port }
3535 if sockStr == "" {
3636 return hvsockAddr {hvAddr : hvAddr , vAddr : vAddr }
@@ -51,7 +51,7 @@ func hvsockParseSockStr(sockStr string) hvsockAddr {
5151 if vmStr != "" {
5252 if strings .Contains (vmStr , "-" ) {
5353 if ! useHVSock {
54- log .Fatalf ("Can't use VM GUIDs in vsock mode" )
54+ log .Fatalf ("Can't use VM GUIDs in vsock mode" )
5555 }
5656 hvAddr .VMID , err = hvsock .GUIDFromString (vmStr )
5757 if err != nil {
You can’t perform that action at this time.
0 commit comments