]> git.sur5r.net Git - openldap/commitdiff
Bug fix.
authorMark Valence <mrv@openldap.org>
Sun, 4 Jun 2000 04:34:21 +0000 (04:34 +0000)
committerMark Valence <mrv@openldap.org>
Sun, 4 Jun 2000 04:34:21 +0000 (04:34 +0000)
servers/slapd/schema_check.c

index d1c00935c31ff32fea0427985b83de765acf6dd4..d9b988a1faeec5cc68dc0f1a715b4624c02a2bfd 100644 (file)
@@ -79,7 +79,7 @@ entry_schema_check(
 #ifdef SLAPD_SCHEMA_NOT_COMPAT
                        if( oc == slap_schema.si_oc_extensibleObject )
 #else
-                       if( !strcmp( aoc->a_vals[i], "extensibleObject" ) == 0 )
+                       if( !strcmp( aoc->a_vals[i]->bv_val, "extensibleObject" ) == 0 )
 #endif
                        {
                                extensible=1;