missing func

This commit is contained in:
Neil Alexander 2020-06-15 16:51:59 +01:00
parent 094ef9bd6a
commit 8afee910ef

View file

@ -143,7 +143,7 @@ func (s *ServerKeyAPI) FetchKeys(
if fetcherCancel != nil { if fetcherCancel != nil {
fetcherCancel() fetcherCancel()
} }
} }()
for _, fetcher := range s.OurKeyRing.KeyFetchers { for _, fetcher := range s.OurKeyRing.KeyFetchers {
// If there's a context active from a previous fetcher then cancel // 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. // it. Set up a new context that lmits how long we will wait.