good morning!!!!

Skip to content
Snippets Groups Projects
Commit f28b5b6a authored by Garet Halliday's avatar Garet Halliday
Browse files

a

parent b3147755
Branches
Tags
No related merge requests found
......@@ -150,6 +150,9 @@ func (T *Discoverer) Provision(ctx caddy.Context) error {
}
func (T *Discoverer) Cleanup() error {
if T.done == nil {
return nil
}
close(T.done)
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment