mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
When a plugin has an activation error, it was not being checked in the `waitActive` loop. This means it will just wait forever for a manifest to be populated even though it may never come. Signed-off-by: Brian Goff <cpuguy83@gmail.com>