Skip to content

Commit

Permalink
Merge pull request #20069 from baude/noextrawindows
Browse files Browse the repository at this point in the history
windows cannot "do" extra files
  • Loading branch information
openshift-merge-robot authored Sep 20, 2023
2 parents 8b498b7 + f3e9a63 commit ebbc423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/machine/hyperv/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ func (m *HyperVMachine) startHostNetworking() (string, machine.APIForwardingStat
}

c := cmd.Cmd(gvproxyBinary)
c.ExtraFiles = []*os.File{dnr, dnw, dnw}
if err := c.Start(); err != nil {
return "", 0, fmt.Errorf("unable to execute: %q: %w", cmd, err)
}
Expand Down

0 comments on commit ebbc423

Please sign in to comment.