diff --git a/plugin/store.go b/plugin/store.go index ecdf809d1f..114fcf17a1 100644 --- a/plugin/store.go +++ b/plugin/store.go @@ -249,10 +249,8 @@ func (ps *Store) CallHandler(p *v2.Plugin) { } } +// resolvePluginID must be protected by ps.RLock func (ps *Store) resolvePluginID(idOrName string) (string, error) { - ps.RLock() // todo: fix - defer ps.RUnlock() - if validFullID.MatchString(idOrName) { return idOrName, nil }