1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

cut-n-paste error

(This used to be commit 1f02ca540d)
This commit is contained in:
Gerald Carter 2003-05-27 22:36:24 +00:00
parent befa2a4219
commit 174fbc9764

View File

@ -1702,7 +1702,7 @@ static NTSTATUS ldapsam_next_rid(struct ldapsam_privates *ldap_state, uint32 *ri
switch (rid_type) {
case USER_RID_TYPE:
if (!get_single_attribute(ldap_state->ldap_struct, entry,
get_attr_key2string(dominfo_attr_list, LDAP_ATTR_NEXT_GROUPRID),
get_attr_key2string(dominfo_attr_list, LDAP_ATTR_NEXT_USERRID),
old_rid_string))
{
ldap_memfree(dn);