[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Mar 8 02:52:02 MST 2011


The branch, master has been updated
       via  98443b8 s3-idmap: fix the build of idmap_tdb2.
      from  6013d75 s3: state->ev is not needed in winbindd_lookupsid

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


- Log -----------------------------------------------------------------
commit 98443b8b3dbbf6bd5a7738560d1dfc44622db820
Author: Günther Deschner <gd at samba.org>
Date:   Tue Mar 8 00:15:25 2011 +0100

    s3-idmap: fix the build of idmap_tdb2.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Tue Mar  8 10:51:04 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/winbindd/idmap_tdb2.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index a78a41e..ebb186b 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -872,21 +872,11 @@ static NTSTATUS idmap_tdb2_sids_to_unixids(struct idmap_domain *dom, struct id_m
 }
 
 
-/*
-  Close the idmap tdb instance
-*/
-static NTSTATUS idmap_tdb2_close(struct idmap_domain *dom)
-{
-	/* don't do anything */
-	return NT_STATUS_OK;
-}
-
 static struct idmap_methods db_methods = {
 	.init            = idmap_tdb2_db_init,
 	.unixids_to_sids = idmap_tdb2_unixids_to_sids,
 	.sids_to_unixids = idmap_tdb2_sids_to_unixids,
-	.allocate_id     = idmap_tdb2_get_new_id,
-	.close_fn        = idmap_tdb2_close
+	.allocate_id     = idmap_tdb2_get_new_id
 };
 
 NTSTATUS idmap_tdb2_init(void)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list