svn commit: samba r1755 - trunk/source/passdb

mimir at samba.org mimir at samba.org
Thu Aug 12 04:49:07 GMT 2004


Author: mimir
Date: 2004-08-12 04:49:07 +0000 (Thu, 12 Aug 2004)
New Revision: 1755
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1755&nolog=1
Log:
One bit I haven't removed after testing...


rafal


Modified:
   trunk/source/passdb/pdb_ldap.c

Changeset:
Modified: trunk/source/passdb/pdb_ldap.c
===================================================================
--- trunk/source/passdb/pdb_ldap.c	2004-08-12 04:44:21 UTC (rev 1754)
+++ trunk/source/passdb/pdb_ldap.c	2004-08-12 04:49:07 UTC (rev 1755)
@@ -3650,7 +3650,6 @@
 	if (!ldap_state->entry)
 		return NT_STATUS_NOT_FOUND;
 
-	memset((void*)trust, 0, sizeof(*trust));
 	ret = init_trustpw_from_ldap(ldap_state, trust, ldap_state->entry);
 	if (ret)
 		return NT_STATUS_OK;



More information about the samba-cvs mailing list