c7fce8b04c
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