svn commit: samba r6771 - in trunk/source/passdb: .

vlendec at samba.org vlendec at samba.org
Fri May 13 09:10:57 GMT 2005


Author: vlendec
Date: 2005-05-13 09:10:54 +0000 (Fri, 13 May 2005)
New Revision: 6771

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

Log:
Fix bug 2705. Thanks, John, for beating my stuff :-)

Volker
Modified:
   trunk/source/passdb/pdb_ldap.c


Changeset:
Modified: trunk/source/passdb/pdb_ldap.c
===================================================================
--- trunk/source/passdb/pdb_ldap.c	2005-05-13 09:10:00 UTC (rev 6770)
+++ trunk/source/passdb/pdb_ldap.c	2005-05-13 09:10:54 UTC (rev 6771)
@@ -3240,8 +3240,6 @@
 	rc = smbldap_search(ldap_state->smbldap_state, lp_ldap_group_suffix(),
 			    LDAP_SCOPE_SUBTREE, filter, attrs, 0, &result);
 
-	talloc_destroy(mem_ctx);
-
 	if (rc != LDAP_SUCCESS)
 		return NT_STATUS_UNSUCCESSFUL;
 



More information about the samba-cvs mailing list