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 used to be commit f406dda687
)
This commit is contained in:
parent
70490aae0c
commit
8bb2b294f3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user