summaryrefslogtreecommitdiff
path: root/source3/services/svc_rcinit.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-06-15 03:10:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:15 -0500
commit899bc3a07df4ce1f77efc1abce7c3a2e855069e5 (patch)
tree10137c0407ec23950eba1005ea609801e6870503 /source3/services/svc_rcinit.c
parent2851e43e4881485b0af418975eca8f01ab27ca3b (diff)
downloadsamba-899bc3a07df4ce1f77efc1abce7c3a2e855069e5.tar.gz
samba-899bc3a07df4ce1f77efc1abce7c3a2e855069e5.tar.bz2
samba-899bc3a07df4ce1f77efc1abce7c3a2e855069e5.zip
r7603: * fix a bug in the SERVICE_ALL_ACCESS security mask
* add calls to start and stop a service (to be filled in by the backend routines in services/svc_*.c (This used to be commit 793d28a946d83beb2576c5c8ce808d32c71c880a)
Diffstat (limited to 'source3/services/svc_rcinit.c')
-rw-r--r--source3/services/svc_rcinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/services/svc_rcinit.c b/source3/services/svc_rcinit.c
index a4046b3511..c856ae2a99 100644
--- a/source3/services/svc_rcinit.c
+++ b/source3/services/svc_rcinit.c
@@ -171,7 +171,7 @@ BOOL get_LSB_data(char *fname,Service_info *si )
/*********************************************************************
*********************************************************************/
-static WERROR rcinit_stop( void )
+static WERROR rcinit_stop( SERVICE_STATUS *service_status )
{
return WERR_OK;
}