diff --git a/vpp-manager/vpp_runner.go b/vpp-manager/vpp_runner.go index 642917c3..8a434329 100644 --- a/vpp-manager/vpp_runner.go +++ b/vpp-manager/vpp_runner.go @@ -848,7 +848,6 @@ func (v *VppRunner) runVpp() (err error) { v.vpp = vpp if err != nil { terminateVpp("Error connecting to VPP: %v", err) - v.vpp.Close() <-vppDeadChan return fmt.Errorf("cannot connect to VPP after 10 tries") }