Skip to content

Commit

Permalink
Feedbacks
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita152 <[email protected]>
  • Loading branch information
Ashmita152 committed Mar 7, 2022
1 parent 3cbb2f4 commit f50c4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/tlscfg/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ var systemCertPool = x509.SystemCertPool // to allow overriding in unit test

// Config loads TLS certificates and returns a TLS Config.
func (p *Options) Config(logger *zap.Logger) (*tls.Config, error) {
var err error
var minVersionId, maxVersionId uint16

certPool, err := p.loadCertPool()
Expand Down

0 comments on commit f50c4db

Please sign in to comment.