summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-10 12:41:20 +0000
committerGerald Carter <jerry@samba.org>2007-05-10 12:41:20 +0000
commitb9d2b453dd12385d8045d16dc74cf68df1520e69 (patch)
tree6ca528425207c1f3a7ddab40bb004f79bafc29fe
parent02fe7ce260617fa9bf0ed2eaa70c9aed11a8aa60 (diff)
downloadsamba-b9d2b453dd12385d8045d16dc74cf68df1520e69.tar.gz
r22776: grab Simo's idmap_ldap fix (current with svn r22771)
-rw-r--r--source/nsswitch/idmap_ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/idmap_ldap.c b/source/nsswitch/idmap_ldap.c
index ecd549f6860..dbec94f5599 100644
--- a/source/nsswitch/idmap_ldap.c
+++ b/source/nsswitch/idmap_ldap.c
@@ -818,6 +818,7 @@ static NTSTATUS idmap_ldap_db_init(struct idmap_domain *dom)
talloc_set_destructor(ctx, idmap_ldap_close_destructor);
dom->private_data = ctx;
+ dom->initialized = True;
talloc_free(config_option);
return NT_STATUS_OK;