mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 19:39:29 -05:00
Use SLAPD_COMPARE_UNDEFINED
This commit is contained in:
parent
4e3c32d816
commit
f35942799e
1 changed files with 3 additions and 2 deletions
|
|
@ -44,11 +44,12 @@ objectClassMatch(
|
|||
}
|
||||
|
||||
/* desc form, return undefined */
|
||||
return LDAP_CONSTRAINT_VIOLATION;
|
||||
return SLAPD_COMPARE_UNDEFINED;
|
||||
}
|
||||
|
||||
if ( oc == NULL ) {
|
||||
return LDAP_CONSTRAINT_VIOLATION;
|
||||
/* unrecognized stored value */
|
||||
return SLAPD_COMPARE_UNDEFINED;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue