mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix typo in last commit
This commit is contained in:
parent
3bacb800d4
commit
aa6ed3d4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ objectClassMatch(
|
|||
ObjectClass *asserted = oc_find( a->bv_val );
|
||||
|
||||
if( asserted == NULL ) {
|
||||
if( isdigit( *value.bv_val ) ) {
|
||||
if( isdigit( *value->bv_val ) ) {
|
||||
/* OID form, return FALSE */
|
||||
*matchp = 1;
|
||||
return LDAP_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue