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

Herb Lewis herb at samba.org
Mon Jul 7 19:34:18 GMT 2008


The branch, v3-2-test has been updated
       via  8272dace64f39286e4255e9f5bc8d04fb47f2c51 (commit)
      from  63316efeeb330d2cb7fa0906824c97da2c7b0074 (commit)

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


- Log -----------------------------------------------------------------
commit 8272dace64f39286e4255e9f5bc8d04fb47f2c51
Author: Herb Lewis <herb at samba.org>
Date:   Mon Jul 7 12:32:16 2008 -0700

    fix comment typo and change some uint32 to uint32_t

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

Summary of changes:
 source/winbindd/idmap.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index 10807e6..c9eae33 100644
--- a/source/winbindd/idmap.c
+++ b/source/winbindd/idmap.c
@@ -798,7 +798,7 @@ NTSTATUS idmap_init(void)
 		}
 	}
 
-	/* cleanpu temporary strings */
+	/* cleanup temporary strings */
 	TALLOC_FREE( compat_backend );
 
 	idmap_init_status = NT_STATUS_OK;
@@ -897,7 +897,7 @@ NTSTATUS idmap_set_gid_hwm(struct unixid *id)
 static struct idmap_domain* find_idmap_domain_from_sid( DOM_SID *account_sid )
 {
 	DOM_SID domain_sid;
-	uint32 rid;
+	uint32_t rid;
 	struct winbindd_domain *domain = NULL;
 	int i;
 
@@ -939,7 +939,7 @@ static struct idmap_domain* find_idmap_domain_from_sid( DOM_SID *account_sid )
  Lookup an index given an idmap_domain pointer
  ******************************************************************************/
 
-static uint32 find_idmap_domain_index( struct idmap_domain *id_domain)
+static uint32_t find_idmap_domain_index( struct idmap_domain *id_domain)
 {
 	int i;
 
@@ -1212,7 +1212,7 @@ static NTSTATUS idmap_backends_sids_to_unixids(struct id_map **ids)
 	/* partition the requests by domain */
 
 	for (i = 0; ids[i]; i++) {
-		uint32 idx;
+		uint32_t idx;
 
 		if ((dom = find_idmap_domain_from_sid(ids[i]->sid)) == NULL) {
 			/* no available idmap_domain.  Move on */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list