mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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
This commit is contained in:
parent
c9ec012e12
commit
67588ca80d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user