svn commit: samba r6770 - in branches/SAMBA_3_0/source/passdb: .

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


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

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

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

Volker
Modified:
   branches/SAMBA_3_0/source/passdb/pdb_ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/passdb/pdb_ldap.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2005-05-13 07:46:29 UTC (rev 6769)
+++ branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2005-05-13 09:10:00 UTC (rev 6770)
@@ -3098,8 +3098,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