services: Don't close control_pipe when SERVICE_CONTROL_STOP is sent.
commitbc866c899f8fd68bc5602401fb2fbc5348ede2a7
authorPiotr Caban <piotr@codeweavers.com>
Mon, 12 Dec 2011 10:04:28 +0000 (12 11:04 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Dec 2011 14:50:40 +0000 (12 15:50 +0100)
tree314509c025d4ece033e503062860c9583224c37e
parentb9797b5caa5a9ec03574fbd3552d31250cb74a4f
services: Don't close control_pipe when SERVICE_CONTROL_STOP is sent.

This prevents service_control_dispatcher from being stopped. Thanks to
it the service may continue to work and do the clean up.
programs/services/rpc.c
programs/services/services.c