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

Jeremy Allison jra at samba.org
Mon Sep 29 18:25:31 GMT 2008


The branch, v3-3-test has been updated
       via  c48fd3cee0a91617123d79bccff7ec1f6008fb26 (commit)
      from  8ec11590f471d2852e5ffd3d1d65da54bd2182ca (commit)

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


- Log -----------------------------------------------------------------
commit c48fd3cee0a91617123d79bccff7ec1f6008fb26
Author: Andrew Tridgell <tridge at samba.org>
Date:   Mon Sep 29 11:24:48 2008 -0700

    removed unused variables

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

Summary of changes:
 source/winbindd/idmap_tdb2.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/idmap_tdb2.c b/source/winbindd/idmap_tdb2.c
index 911f80c..8bde963 100644
--- a/source/winbindd/idmap_tdb2.c
+++ b/source/winbindd/idmap_tdb2.c
@@ -94,12 +94,11 @@ static NTSTATUS idmap_tdb2_open_db(void)
 */
 static NTSTATUS idmap_tdb2_alloc_load(void)
 {
-	const char *range;
 	uid_t low_uid = 0;
 	uid_t high_uid = 0;
 	gid_t low_gid = 0;
 	gid_t high_gid = 0;
-	uint32 low_id, high_id;
+	uint32 low_id;
 
 	/* see if a idmap script is configured */
 	idmap_tdb2_state.idmap_script = lp_parm_const_string(-1, "idmap",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list