s3-svcctl: add copyright to svcctl rpc_server.
authorGünther Deschner <gd@samba.org>
Thu, 8 Jan 2009 12:06:38 +0000 (13:06 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 8 Jan 2009 12:24:22 +0000 (13:24 +0100)
Guenther

source3/rpc_server/srv_svcctl_nt.c

index 1b9c9b84e4cae25bdd94e823d67dce4f1c0d60db..56cbc815a3392c1d3ea3d5adaad24c3e98d050df 100644 (file)
@@ -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;