From ca98357710cb975b73b56452c914e5583dcbcd79 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jan 2009 13:06:38 +0100 Subject: s3-svcctl: add copyright to svcctl rpc_server. Guenther --- source3/rpc_server/srv_svcctl_nt.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source3/rpc_server/srv_svcctl_nt.c b/source3/rpc_server/srv_svcctl_nt.c index 1b9c9b84e4..56cbc815a3 100644 --- a/source3/rpc_server/srv_svcctl_nt.c +++ b/source3/rpc_server/srv_svcctl_nt.c @@ -6,7 +6,7 @@ * * Largely Rewritten (Again) by: * Copyright (C) Gerald (Jerry) Carter 2005. - * Copyright (C) Guenther Deschner 2008. + * Copyright (C) Guenther Deschner 2008,2009. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -257,6 +257,7 @@ done: } /******************************************************************** + _svcctl_OpenSCManagerW ********************************************************************/ WERROR _svcctl_OpenSCManagerW(pipes_struct *p, @@ -319,9 +320,11 @@ WERROR _svcctl_OpenServiceW(pipes_struct *p, } /******************************************************************** + _svcctl_CloseServiceHandle ********************************************************************/ -WERROR _svcctl_CloseServiceHandle(pipes_struct *p, struct svcctl_CloseServiceHandle *r) +WERROR _svcctl_CloseServiceHandle(pipes_struct *p, + struct svcctl_CloseServiceHandle *r) { if ( !close_policy_hnd( p, r->in.handle ) ) return WERR_BADFID; -- cgit