1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r17148: the wins service should not accept any controls so that a GUI can grey it out as not remotely manageable

(This used to be commit 859c51cf25a2bb80787a5060156f09c2f0142dfb)
This commit is contained in:
Gerald Carter 2006-07-19 20:54:39 +00:00 committed by Gerald (Jerry) Carter
parent 5ac15bc63a
commit bdfeaf2bcf

View File

@ -46,6 +46,7 @@ static WERROR winreg_status( const char *service, SERVICE_STATUS *service_status
ZERO_STRUCTP( service_status );
service_status->type = 0x20;
service_status->controls_accepted = SVCCTL_ACCEPT_NONE;
service_status->state = SVCCTL_RUNNING;
return WERR_OK;