[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3267-g7b4f847

Günther Deschner gd at samba.org
Thu Jul 17 08:29:45 GMT 2008


The branch, v3-3-test has been updated
       via  7b4f84793b39f2940381bccae27f65275cc39572 (commit)
      from  c633f10d9e78327664e6bca51f66756bcf0505a6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 7b4f84793b39f2940381bccae27f65275cc39572
Author: Günther Deschner <gd at samba.org>
Date:   Wed Jul 16 16:20:42 2008 +0200

    netapi: fix documentation for NetGroupSetInfo.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/lib/netapi/netapi.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/netapi.h b/source/lib/netapi/netapi.h
index 8ec1fbf..323b0c8 100644
--- a/source/lib/netapi/netapi.h
+++ b/source/lib/netapi/netapi.h
@@ -620,12 +620,12 @@ NET_API_STATUS NetGroupSetInfo(const char * server_name /* [in] */,
  * @brief Get Domain Group Information
  *
  * @param[in] server_name The server name to connect to
- * @param[in] group_name The name of the group that is going to be modified
+ * @param[in] group_name The name of the group that is going to be queried
  * @param[in] level The level defining the requested GROUP_INFO_X structure
  * @param[out] buf The buffer containing a GROUP_INFO_X structure
  * @return NET_API_STATUS
  *
- * example group/group_del.c
+ * example group/group_getinfo.c
  ***************************************************************/
 
 NET_API_STATUS NetGroupGetInfo(const char * server_name /* [in] */,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list