svn commit: samba r17148 - in branches/SAMBA_3_0/source/services: .
jerry at samba.org
jerry at samba.org
Wed Jul 19 20:54:41 GMT 2006
Author: jerry
Date: 2006-07-19 20:54:39 +0000 (Wed, 19 Jul 2006)
New Revision: 17148
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17148
Log:
the wins service should not accept any controls so that a GUI can grey it out as not remotely manageable
Modified:
branches/SAMBA_3_0/source/services/svc_winreg.c
Changeset:
Modified: branches/SAMBA_3_0/source/services/svc_winreg.c
===================================================================
--- branches/SAMBA_3_0/source/services/svc_winreg.c 2006-07-19 20:54:02 UTC (rev 17147)
+++ branches/SAMBA_3_0/source/services/svc_winreg.c 2006-07-19 20:54:39 UTC (rev 17148)
@@ -46,6 +46,7 @@
ZERO_STRUCTP( service_status );
service_status->type = 0x20;
+ service_status->controls_accepted = SVCCTL_ACCEPT_NONE;
service_status->state = SVCCTL_RUNNING;
return WERR_OK;
More information about the samba-cvs
mailing list