mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in last commit
This commit is contained in:
parent
3bacb800d4
commit
aa6ed3d4d8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user