Merge pull request #25406 from pwzgorilla/master
use `proto` and `addr` replace `protoAddrParts[0]` and `protoAddrPart… Upstream-commit: 3b1f82b52d53814e5ab60928de052ae2dba63f28 Component: engine
This commit is contained in:
@ -243,8 +243,8 @@ func (cli *DaemonCli) start() (err error) {
|
||||
return err
|
||||
}
|
||||
}
|
||||
logrus.Debugf("Listener created for HTTP on %s (%s)", protoAddrParts[0], protoAddrParts[1])
|
||||
api.Accept(protoAddrParts[1], ls...)
|
||||
logrus.Debugf("Listener created for HTTP on %s (%s)", proto, addr)
|
||||
api.Accept(addr, ls...)
|
||||
}
|
||||
|
||||
if err := migrateKey(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user