mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 22:23:48 +03:00
caddytls: Remove repeated variable declaration
This commit is contained in:
parent
0c69e9ed7f
commit
39c5d6b964
1 changed files with 0 additions and 2 deletions
|
@ -445,5 +445,3 @@ func loadCertsInDir(cfg *Config, c *caddy.Controller, dir string) error {
|
|||
func constructDefaultClusterPlugin() (certmagic.Storage, error) {
|
||||
return &certmagic.FileStorage{Path: caddy.AssetsPath()}, nil
|
||||
}
|
||||
|
||||
var clusterPluginSetup int32 // access atomically
|
||||
|
|
Loading…
Reference in a new issue