We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5e85d commit 2ab067cCopy full SHA for 2ab067c
1 file changed
internal/check/rspamd/rspamd.go
@@ -97,7 +97,7 @@ func (c *Check) Configure(inlineArgs []string, cfg *config.Map) error {
97
)
98
99
cfg.Custom("tls_client", true, false, func() (interface{}, error) {
100
- return tls.Config{}, nil
+ return &tls.Config{}, nil
101
}, tls2.TLSClientBlock, &tlsConfig)
102
cfg.String("api_path", false, false, c.apiPath, &c.apiPath)
103
cfg.String("settings_id", false, false, "", &c.settingsID)
0 commit comments