[SCM] Samba Shared Repository - branch master updated - ef54ad52e07122f3967761603f3e09cdd372990c

Volker Lendecke vlendec at samba.org
Tue Jan 6 10:25:53 GMT 2009


The branch, master has been updated
       via  ef54ad52e07122f3967761603f3e09cdd372990c (commit)
      from  9f44a17c3bf36067d04cec036c3e529798932cd7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ef54ad52e07122f3967761603f3e09cdd372990c
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 6 11:22:32 2009 +0100

    Move the "rid_name" typedef to the only place where it might be used

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

Summary of changes:
 source3/include/ntdomain.h    |    5 -----
 source3/rpc_server/srv_util.c |    6 ++++++
 2 files changed, 6 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index cc99ad7..bffa158 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -287,11 +287,6 @@ struct api_struct {
 	bool (*fn) (pipes_struct *);
 };
 
-typedef struct {  
-	uint32 rid;
-	const char *name;
-} rid_name;
-
 /*
  * higher order functions for use with msrpc client code
  */
diff --git a/source3/rpc_server/srv_util.c b/source3/rpc_server/srv_util.c
index d4804b9..b276e75 100644
--- a/source3/rpc_server/srv_util.c
+++ b/source3/rpc_server/srv_util.c
@@ -42,6 +42,12 @@
 #define DBGC_CLASS DBGC_RPC_SRV
 
 #if 0	/* these aren't used currently but are here if you need them */
+
+typedef struct {
+	uint32 rid;
+	const char *name;
+} rid_name;
+
 /*
  * A list of the rids of well known BUILTIN and Domain users
  * and groups.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list