mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25384 from vieux/fix_wait_plugins
fix deadlock when more than 1 plugin is installed
This commit is contained in:
commit
5de2e6d7b8
1 changed files with 1 additions and 1 deletions
|
@ -326,8 +326,8 @@ func (pm *Manager) init() error {
|
|||
}
|
||||
}
|
||||
}(p)
|
||||
group.Wait()
|
||||
}
|
||||
group.Wait()
|
||||
return pm.save()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue