From 8afee910ef635ea5a9af672bae054e53a887ef38 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 15 Jun 2020 16:51:59 +0100 Subject: [PATCH] missing func --- serverkeyapi/internal/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverkeyapi/internal/api.go b/serverkeyapi/internal/api.go index 71305a15f..6b7b84e95 100644 --- a/serverkeyapi/internal/api.go +++ b/serverkeyapi/internal/api.go @@ -143,7 +143,7 @@ func (s *ServerKeyAPI) FetchKeys( if fetcherCancel != nil { fetcherCancel() } - } + }() for _, fetcher := range s.OurKeyRing.KeyFetchers { // If there's a context active from a previous fetcher then cancel // it. Set up a new context that lmits how long we will wait.