Minor fixes

This commit is contained in:
世界 2022-09-29 22:27:16 +08:00
parent 3e5bee6faf
commit 968430c338
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 5 additions and 3 deletions

View file

@ -45,6 +45,7 @@ func newSTDServer(ctx context.Context, logger log.Logger, options option.Inbound
var err error
if options.ACME != nil && len(options.ACME.Domain) > 0 {
tlsConfig, acmeService, err = startACME(ctx, common.PtrValueOrDefault(options.ACME))
//nolint:staticcheck
if err != nil {
return nil, err
}