Use SLAPD_COMPARE_UNDEFINED

This commit is contained in:
Kurt Zeilenga 2000-06-20 03:54:50 +00:00
parent 4e3c32d816
commit f35942799e

View file

@ -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