]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 20:54:54 +0000 (20:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 20:54:54 +0000 (20:54 +0000)
servers/slapd/schema_prep.c

index 837083b14ec78c075addb2a3e39ffdd66ac194c1..a977d6cb16cdc46413dceb4dadb46f0ae50864f3 100644 (file)
@@ -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;