Skip to content

Commit

Permalink
fix deadlock when more than 1 plugin is installed
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <vieux@docker.com>
  • Loading branch information
vieux committed Aug 3, 2016
1 parent 87e48ec commit 42360d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ func (pm *Manager) init() error {
}
}
}(p)
group.Wait()
}
group.Wait()
return pm.save()
}

Expand Down

0 comments on commit 42360d1

Please sign in to comment.