svn commit: samba r22776 - in branches/SAMBA_3_0_RELEASE/source/nsswitch: .

jerry at samba.org jerry at samba.org
Thu May 10 12:41:21 GMT 2007


Author: jerry
Date: 2007-05-10 12:41:20 +0000 (Thu, 10 May 2007)
New Revision: 22776

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22776

Log:
grab Simo's idmap_ldap fix (current with svn r22771)
Modified:
   branches/SAMBA_3_0_RELEASE/source/nsswitch/idmap_ldap.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/nsswitch/idmap_ldap.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/nsswitch/idmap_ldap.c	2007-05-10 10:42:13 UTC (rev 22775)
+++ branches/SAMBA_3_0_RELEASE/source/nsswitch/idmap_ldap.c	2007-05-10 12:41:20 UTC (rev 22776)
@@ -818,6 +818,7 @@
 	talloc_set_destructor(ctx, idmap_ldap_close_destructor);
 
 	dom->private_data = ctx;
+	dom->initialized = True;
 
 	talloc_free(config_option);
 	return NT_STATUS_OK;



More information about the samba-cvs mailing list