mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #20069 from baude/noextrawindows
windows cannot "do" extra files
This commit is contained in:
		
						commit
						ebbc423596
					
				|  | @ -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) | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue