Andrey Turkin wrote:
Robert Shearman wrote:
@@ -603,10 +608,18 @@ static BOOL service_handle_control(HANDL
TRACE("received control %ld\n", dwControl);
-if (service_accepts_control(service, dwControl) && service->handler)
+if (service_accepts_control(service, dwControl))
Robert Shearman wrote:
> ---
...
> @@ -603,10 +608,18 @@ static BOOL service_handle_control(HANDL
>
> TRACE("received control %ld\n", dwControl);
>
> -if (service_accepts_control(service, dwControl) && service->handler)
> +if (service_accepts_control(service, dwControl))
>