mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
A plugin has an `ExitChan` channel which is used to signal the exit of the plugin process. In a recent change, the initialization was incorrectly moved to the daemon Shutdown path. Fix this by initializing the channel during plugin enable. Signed-off-by: Anusha Ragunathan <anusha@docker.com> Upstream-commit: 890a98ceed982454515f5b089d9772fc1e4eb6e0 Component: engine