diff --git a/builder/vmware/step_http_server.go b/builder/vmware/step_http_server.go index 9366ca75e..074cd715e 100644 --- a/builder/vmware/step_http_server.go +++ b/builder/vmware/step_http_server.go @@ -30,6 +30,7 @@ func (s *stepHTTPServer) Run(state map[string]interface{}) multistep.StepAction var httpPort uint = 0 if config.HTTPDir == "" { state["http_port"] = httpPort + return multistep.ActionContinue } // Find an available TCP port for our HTTP server