[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1265-g67588ca

Günther Deschner gd at samba.org
Fri Apr 24 08:05:13 GMT 2009


The branch, master has been updated
       via  67588ca80d654183b8b7b062b9660a506a825f94 (commit)
      from  c9ec012e12789f16fe0d065c0a30d2c8861dc3ef (commit)

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


- Log -----------------------------------------------------------------
commit 67588ca80d654183b8b7b062b9660a506a825f94
Author: Günther Deschner <gd at samba.org>
Date:   Fri Apr 24 10:02:06 2009 +0200

    s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before probing for them as shared modules.
    
    idmap-gurus of the world, please check.
    
    Guenther

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

Summary of changes:
 source3/winbindd/idmap.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index ca07f23..c097170 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -536,6 +536,8 @@ static NTSTATUS idmap_alloc_init(struct idmap_alloc_context **ctx)
 	char *modulename, *params;
 	NTSTATUS ret = NT_STATUS_NO_MEMORY;;
 
+	static_init_idmap;
+
 	if (idmap_alloc_ctx != NULL) {
 		*ctx = idmap_alloc_ctx;
 		return NT_STATUS_OK;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list