Skip to content

Commit

Permalink
fix: update new ClientOpt from 5509e40 with origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf-okteto committed Nov 10, 2023
1 parent 6ff0725 commit aff76fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func New(ctx context.Context, address string, opts ...ClientOpt) (*Client, error
}
gopts = append(gopts, opt)
needWithInsecure = false
tlsServerName = credInfo.ServerName
}
if wt, ok := o.(*withTracer); ok {
customTracer = true
Expand Down

0 comments on commit aff76fa

Please sign in to comment.