mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix prev commit
This commit is contained in:
parent
72fb4246d6
commit
8e5ebf4dfb
@ -808,7 +808,7 @@ slap_sort_vals(
|
||||
}
|
||||
}
|
||||
done:
|
||||
if ( rc == LDAP_TYPE_OR_VALUE_EXISTS && i >= 0 )
|
||||
if ( match == 0 && i >= 0 )
|
||||
*dup = ix[i];
|
||||
|
||||
/* For sorted attributes, put the values in index order */
|
||||
|
Loading…
x
Reference in New Issue
Block a user