mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-31 20:24:18 -04:00
caddytls: Remove repeated variable declaration
This commit is contained in:
parent
0c69e9ed7f
commit
39c5d6b964
@ -445,5 +445,3 @@ func loadCertsInDir(cfg *Config, c *caddy.Controller, dir string) error {
|
|||||||
func constructDefaultClusterPlugin() (certmagic.Storage, error) {
|
func constructDefaultClusterPlugin() (certmagic.Storage, error) {
|
||||||
return &certmagic.FileStorage{Path: caddy.AssetsPath()}, nil
|
return &certmagic.FileStorage{Path: caddy.AssetsPath()}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var clusterPluginSetup int32 // access atomically
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user