Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2000-06-19 20:54:54 +00:00
parent 3bacb800d4
commit aa6ed3d4d8

View File

@ -37,7 +37,7 @@ objectClassMatch(
ObjectClass *asserted = oc_find( a->bv_val ); ObjectClass *asserted = oc_find( a->bv_val );
if( asserted == NULL ) { if( asserted == NULL ) {
if( isdigit( *value.bv_val ) ) { if( isdigit( *value->bv_val ) ) {
/* OID form, return FALSE */ /* OID form, return FALSE */
*matchp = 1; *matchp = 1;
return LDAP_SUCCESS; return LDAP_SUCCESS;