1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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

Volker
This commit is contained in:
Volker Lendecke 2005-05-13 09:10:00 +00:00 committed by Gerald (Jerry) Carter
parent 68b1c1f533
commit f406dda687

View File

@ -3098,8 +3098,6 @@ static NTSTATUS ldapsam_alias_memberships(struct pdb_methods *methods,
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;