From 50721b485f4322a2cd8688740bc1de3f754a7c05 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jan 2009 13:23:59 +0100 Subject: s3-svcctl: use pidl based struct SERVICE_STATUS. Guenther --- source3/services/svc_netlogon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/services/svc_netlogon.c') diff --git a/source3/services/svc_netlogon.c b/source3/services/svc_netlogon.c index c5a5385cdd..2745695a16 100644 --- a/source3/services/svc_netlogon.c +++ b/source3/services/svc_netlogon.c @@ -24,7 +24,7 @@ /********************************************************************* *********************************************************************/ -static WERROR netlogon_status( const char *service, SERVICE_STATUS *service_status ) +static WERROR netlogon_status( const char *service, struct SERVICE_STATUS *service_status ) { ZERO_STRUCTP( service_status ); @@ -44,7 +44,7 @@ static WERROR netlogon_status( const char *service, SERVICE_STATUS *service_stat /********************************************************************* *********************************************************************/ -static WERROR netlogon_stop( const char *service, SERVICE_STATUS *service_status ) +static WERROR netlogon_stop( const char *service, struct SERVICE_STATUS *service_status ) { netlogon_status( service, service_status ); -- cgit