caddytls: Remove repeated variable declaration

This commit is contained in:
Matthew Holt 2019-02-14 17:44:58 -07:00
parent 0c69e9ed7f
commit 39c5d6b964
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -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