plugin: fix a double RLock bug
Signed-off-by: Ziheng Liu <lzhfromustc@gmail.com>
(cherry picked from commit 34837febc4
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d49278cc17
commit
32366de5f9
1 changed files with 0 additions and 2 deletions
|
@ -188,9 +188,7 @@ func (ps *Store) GetAllByCap(capability string) ([]plugingetter.CompatPlugin, er
|
|||
* bypassing the daemon. For such tests, this check is necessary.
|
||||
*/
|
||||
if ps != nil {
|
||||
ps.RLock()
|
||||
result = ps.getAllByCap(capability)
|
||||
ps.RUnlock()
|
||||
}
|
||||
|
||||
// Lookup with legacy model
|
||||
|
|
Loading…
Add table
Reference in a new issue